Class ClusterMasterAuthGetArgs
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.Inputs
Assembly: Pulumi.Gcp.dll
Syntax
public sealed class ClusterMasterAuthGetArgs : ResourceArgs
Constructors
View SourceClusterMasterAuthGetArgs()
Declaration
public ClusterMasterAuthGetArgs()
Properties
View SourceClientCertificate
Declaration
public Input<string> ClientCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClientCertificateConfig
Whether client certificate authorization is enabled for this cluster. For example:
Declaration
public Input<ClusterMasterAuthClientCertificateConfigGetArgs> ClientCertificateConfig { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<ClusterMasterAuthClientCertificateConfigGetArgs> |
ClientKey
Declaration
public Input<string> ClientKey { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
ClusterCaCertificate
Declaration
public Input<string> ClusterCaCertificate { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
Password
The password to use for HTTP basic authentication when accessing the Kubernetes master endpoint.
Declaration
public Input<string> Password { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<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 Input<string> Username { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |