Permissions.Secrets Property

Definition

Gets or sets permissions to secrets

[Newtonsoft.Json.JsonProperty(PropertyName="secrets")]
public System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions> Secrets { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secrets")>]
member this.Secrets : System.Collections.Generic.IList<Microsoft.Azure.Management.KeyVault.Fluent.Models.SecretPermissions> with get, set
Public Property Secrets As IList(Of SecretPermissions)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to