KeyImportParameters.KeyAttributes Property

Definition

Gets or sets the key management attributes.

[Newtonsoft.Json.JsonProperty(PropertyName="attributes")]
public Microsoft.Azure.KeyVault.Models.KeyAttributes KeyAttributes { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="attributes")>]
member this.KeyAttributes : Microsoft.Azure.KeyVault.Models.KeyAttributes with get, set
Public Property KeyAttributes As KeyAttributes

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to