class Google::Apis::GkehubV1beta::IdentityServiceMembershipSpec

**Anthos Identity Service**: Configuration for a single Membership.

Attributes

auth_methods[RW]

A member may support multiple auth methods. Corresponds to the JSON property `authMethods` @return [Array<Google::Apis::GkehubV1beta::IdentityServiceAuthMethod>]

Public Class Methods

new(**args) click to toggle source
# File lib/google/apis/gkehub_v1beta/classes.rb, line 1346
def initialize(**args)
   update!(**args)
end

Public Instance Methods

update!(**args) click to toggle source

Update properties of this object

# File lib/google/apis/gkehub_v1beta/classes.rb, line 1351
def update!(**args)
  @auth_methods = args[:auth_methods] if args.key?(:auth_methods)
end