public sealed class IdentityServiceConfig : IMessage<IdentityServiceConfig>, IEquatable<IdentityServiceConfig>, IDeepCloneable<IdentityServiceConfig>, IBufferMessage, IMessageIdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API
Implements
IMessage<IdentityServiceConfig>, IEquatable<IdentityServiceConfig>, IDeepCloneable<IdentityServiceConfig>, 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 |
Boolean |
|