Permissions.Certificates Property

Definition

Gets or sets permissions to certificates

[Newtonsoft.Json.JsonProperty(PropertyName="certificates")]
public System.Collections.Generic.IList<string> Certificates { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="certificates")>]
member this.Certificates : System.Collections.Generic.IList<string> with get, set
Public Property Certificates As IList(Of String)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to