Class IdentityServiceSpec
IdentityService: Configuration for a single membership.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class IdentityServiceSpec : IDirectResponseSchema
Properties
AuthMethods
A member may support multiple auth methods.
Declaration
[JsonProperty("authMethods")]
public virtual IList<IdentityServiceAuthMethod> AuthMethods { get; set; }
Property Value
Type | Description |
---|---|
IList<IdentityServiceAuthMethod> |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
IdentityServiceOptions
Optional. non-protocol-related configuration options.
Declaration
[JsonProperty("identityServiceOptions")]
public virtual IdentityServiceIdentityServiceOptions IdentityServiceOptions { get; set; }
Property Value
Type | Description |
---|---|
IdentityServiceIdentityServiceOptions |