public sealed class IdentityServiceConfig : IMessage<IdentityServiceConfig>, IEquatable<IdentityServiceConfig>, IDeepCloneable<IdentityServiceConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class IdentityServiceConfig.
IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API
Implements
IMessageIdentityServiceConfig, IEquatableIdentityServiceConfig, IDeepCloneableIdentityServiceConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
IdentityServiceConfig()
public IdentityServiceConfig()
IdentityServiceConfig(IdentityServiceConfig)
public IdentityServiceConfig(IdentityServiceConfig other)
Parameter | |
---|---|
Name | Description |
other | IdentityServiceConfig |
Properties
Enabled
public bool Enabled { get; set; }
Whether to enable the Identity Service component
Property Value | |
---|---|
Type | Description |
bool |