Class: Google::Apis::GkehubV1::IdentityServiceMembershipSpec
- Inherits:
-
Object
- Object
- Google::Apis::GkehubV1::IdentityServiceMembershipSpec
- Includes:
- Core::Hashable, Core::JsonObjectSupport
- Defined in:
- lib/google/apis/gkehub_v1/classes.rb,
lib/google/apis/gkehub_v1/representations.rb,
lib/google/apis/gkehub_v1/representations.rb
Overview
Anthos Identity Service: Configuration for a single Membership.
Instance Attribute Summary collapse
-
#auth_methods ⇒ Array<Google::Apis::GkehubV1::IdentityServiceAuthMethod>
A member may support multiple auth methods.
-
#identity_service_options ⇒ Google::Apis::GkehubV1::IdentityServiceIdentityServiceOptions
Holds non-protocol-related configuration options.
Instance Method Summary collapse
-
#initialize(**args) ⇒ IdentityServiceMembershipSpec
constructor
A new instance of IdentityServiceMembershipSpec.
-
#update!(**args) ⇒ Object
Update properties of this object.
Constructor Details
#initialize(**args) ⇒ IdentityServiceMembershipSpec
Returns a new instance of IdentityServiceMembershipSpec.
2847 2848 2849 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2847 def initialize(**args) update!(**args) end |
Instance Attribute Details
#auth_methods ⇒ Array<Google::Apis::GkehubV1::IdentityServiceAuthMethod>
A member may support multiple auth methods.
Corresponds to the JSON property authMethods
2840 2841 2842 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2840 def auth_methods @auth_methods end |
#identity_service_options ⇒ Google::Apis::GkehubV1::IdentityServiceIdentityServiceOptions
Holds non-protocol-related configuration options.
Corresponds to the JSON property identityServiceOptions
2845 2846 2847 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2845 def @identity_service_options end |
Instance Method Details
#update!(**args) ⇒ Object
Update properties of this object
2852 2853 2854 2855 |
# File 'lib/google/apis/gkehub_v1/classes.rb', line 2852 def update!(**args) @auth_methods = args[:auth_methods] if args.key?(:auth_methods) @identity_service_options = args[:identity_service_options] if args.key?(:identity_service_options) end |