Bagikan melalui


Permissions.Secrets Property

Definition

Gets or sets permissions to secrets

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to