Class ClusterClientCertificateCommonNameArgs
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.Azure.ServiceFabric.Inputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterClientCertificateCommonNameArgs : ResourceArgs
Constructors
View SourceClusterClientCertificateCommonNameArgs()
Declaration
public ClusterClientCertificateCommonNameArgs()
Properties
View SourceCommonName
Declaration
public Input<string> CommonName { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |
IsAdmin
Does the Client Certificate have Admin Access to the cluster? Non-admin clients can only perform read only operations on the cluster.
Declaration
public Input<bool> IsAdmin { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.Boolean> |
IssuerThumbprint
Declaration
public Input<string> IssuerThumbprint { get; set; }
Property Value
| Type | Description |
|---|---|
| Input<System.String> |