ClientCertificate interface
Client certificate definition.
Properties
common |
Certificate common name. |
is |
Indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster. |
issuer |
Issuer thumbprint for the certificate. Only used together with CommonName. |
thumbprint | Certificate thumbprint. |
Property Details
commonName
Certificate common name.
commonName?: 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
issuerThumbprint
Issuer thumbprint for the certificate. Only used together with CommonName.
issuerThumbprint?: string
Property Value
string
thumbprint
Certificate thumbprint.
thumbprint?: string
Property Value
string
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for JavaScript