public sealed class AnonymousAuthenticationConfig : IMessage<AnonymousAuthenticationConfig>, IEquatable<AnonymousAuthenticationConfig>, IDeepCloneable<AnonymousAuthenticationConfig>, IBufferMessage, IMessage
Reference documentation and code samples for the Google Kubernetes Engine v1 API class AnonymousAuthenticationConfig.
AnonymousAuthenticationConfig defines the settings needed to limit endpoints that allow anonymous authentication.
Implements
IMessageAnonymousAuthenticationConfig, IEquatableAnonymousAuthenticationConfig, IDeepCloneableAnonymousAuthenticationConfig, IBufferMessage, IMessageNamespace
Google.Cloud.Container.V1Assembly
Google.Cloud.Container.V1.dll
Constructors
AnonymousAuthenticationConfig()
public AnonymousAuthenticationConfig()
AnonymousAuthenticationConfig(AnonymousAuthenticationConfig)
public AnonymousAuthenticationConfig(AnonymousAuthenticationConfig other)
Parameter | |
---|---|
Name | Description |
other |
AnonymousAuthenticationConfig |
Properties
Mode
public AnonymousAuthenticationConfig.Types.Mode Mode { get; set; }
Defines the mode of limiting anonymous access in the cluster.
Property Value | |
---|---|
Type | Description |
AnonymousAuthenticationConfigTypesMode |