Class IdentityServiceConfig (3.1.0)

public sealed class IdentityServiceConfig : IMessage<IdentityServiceConfig>, IEquatable<IdentityServiceConfig>, IDeepCloneable<IdentityServiceConfig>, IBufferMessage, IMessage

IdentityServiceConfig is configuration for Identity Service which allows customers to use external identity providers with the K8S API

Inheritance

Object > IdentityServiceConfig

Namespace

Google.Cloud.Container.V1

Assembly

Google.Cloud.Container.V1.dll

Constructors

IdentityServiceConfig()

public IdentityServiceConfig()

IdentityServiceConfig(IdentityServiceConfig)

public IdentityServiceConfig(IdentityServiceConfig other)
Parameter
NameDescription
otherIdentityServiceConfig

Properties

Enabled

public bool Enabled { get; set; }

Whether to enable the Identity Service component

Property Value
TypeDescription
Boolean