Class ClusterMasterAuth
Inheritance
System.Object
ClusterMasterAuth
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: Pulumi.Gcp.Container.Outputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMasterAuth
Fields
View SourceClientCertificate
Declaration
public readonly string ClientCertificate
Field Value
| Type | Description |
|---|---|
| System.String |
ClientCertificateConfig
Whether client certificate authorization is enabled for this cluster. For example:
Declaration
public readonly ClusterMasterAuthClientCertificateConfig ClientCertificateConfig
Field Value
| Type | Description |
|---|---|
| ClusterMasterAuthClientCertificateConfig |
ClientKey
Declaration
public readonly string ClientKey
Field Value
| Type | Description |
|---|---|
| System.String |
ClusterCaCertificate
Declaration
public readonly string ClusterCaCertificate
Field Value
| Type | Description |
|---|---|
| System.String |
Password
The password to use for HTTP basic authentication when accessing the Kubernetes master endpoint.
Declaration
public readonly string Password
Field Value
| Type | Description |
|---|---|
| System.String |
Username
The username to use for HTTP basic authentication when accessing the Kubernetes master endpoint. If not present basic auth will be disabled.
Declaration
public readonly string Username
Field Value
| Type | Description |
|---|---|
| System.String |