Class IdentityServiceIdentityServiceOptions
Holds non-protocol-related configuration options.
Implements
Inherited Members
Namespace: Google.Apis.GKEHub.v2beta.Data
Assembly: Google.Apis.GKEHub.v2beta.dll
Syntax
public class IdentityServiceIdentityServiceOptions : IDirectResponseSchema
Properties
DiagnosticInterface
Configuration options for the AIS diagnostic interface.
Declaration
[JsonProperty("diagnosticInterface")]
public virtual IdentityServiceDiagnosticInterface DiagnosticInterface { get; set; }
Property Value
Type | Description |
---|---|
IdentityServiceDiagnosticInterface |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
SessionDuration
Determines the lifespan of STS tokens issued by Anthos Identity Service.
Declaration
[JsonProperty("sessionDuration")]
public virtual object SessionDuration { get; set; }
Property Value
Type | Description |
---|---|
object |