Class ClusterClientCertificateThumbprint
Inheritance
System.Object
ClusterClientCertificateThumbprint
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.Outputs
Assembly: Pulumi.Azure.dll
Syntax
public sealed class ClusterClientCertificateThumbprint
Fields
View SourceIsAdmin
Does the Client Certificate have Admin Access to the cluster? Non-admin clients can only perform read only operations on the cluster.
Declaration
public readonly bool IsAdmin
Field Value
| Type | Description |
|---|---|
| System.Boolean |
Thumbprint
The Thumbprint associated with the Client Certificate.
Declaration
public readonly string Thumbprint
Field Value
| Type | Description |
|---|---|
| System.String |