Google Kubernetes Engine v1 API - Class IdentityServiceConfig (3.5.0)

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

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