Show / Hide Table of Contents

Class IdentityServiceMembershipSpec

Anthos Identity Service: Configuration for a single Membership.

Inheritance
object
IdentityServiceMembershipSpec
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Google.Apis.GKEHub.v1beta.Data
Assembly: Google.Apis.GKEHub.v1beta.dll
Syntax
public class IdentityServiceMembershipSpec : 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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX