Show / Hide Table of Contents

Class ClusterClientCertificateThumbprintArgs

Inheritance
System.Object
InputArgs
ResourceArgs
ClusterClientCertificateThumbprintArgs
Inherited Members
ResourceArgs.Empty
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 ClusterClientCertificateThumbprintArgs : ResourceArgs

Constructors

View Source

ClusterClientCertificateThumbprintArgs()

Declaration
public ClusterClientCertificateThumbprintArgs()

Properties

View Source

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>
View Source

Thumbprint

The Thumbprint associated with the Client Certificate.

Declaration
public Input<string> Thumbprint { get; set; }
Property Value
Type Description
Input<System.String>
  • View Source
Back to top Copyright 2016-2020, Pulumi Corporation.