ClientCertificateCommonName interface   
Describes the client certificate details using common name.
Properties
| certificate | 
	The common name of the client certificate.  | 
| certificate | 
	The issuer thumbprint of the client certificate.  | 
| is | 
	Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.  | 
Property Details
		certificateCommonName
	  
	The common name of the client certificate.
certificateCommonName: string
				Property Value
string
		certificateIssuerThumbprint
	  
	The issuer thumbprint of the client certificate.
certificateIssuerThumbprint: string
				Property Value
string
		isAdmin
	 
	Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.
isAdmin: boolean
				Property Value
boolean