共用方式為


ClientCertificateCommonName.IsAdmin Property

Definition

Gets or sets indicates if the client certificate has admin access to the cluster. Non admin clients can perform only read only operations on the cluster.

[Newtonsoft.Json.JsonProperty(PropertyName="isAdmin")]
public bool IsAdmin { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="isAdmin")>]
member this.IsAdmin : bool with get, set
Public Property IsAdmin As Boolean

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to