GetKeyResponseMessage.Attributes Property
Gets or sets the key attributes.
Namespace: Microsoft.Azure.KeyVault
Assembly: Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)
Syntax
[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore,
NullValueHandling = NullValueHandling.Ignore, PropertyName = "attributes",
Required = Required.Always)]
public KeyAttributes Attributes { get; set; }
public:
[JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling::Ignore,
NullValueHandling = NullValueHandling::Ignore, PropertyName = "attributes",
Required = Required::Always)]
property KeyAttributes^ Attributes {
KeyAttributes^ get();
void set(KeyAttributes^ value);
}
[<JsonPropertyAttribute(DefaultValueHandling = DefaultValueHandling.Ignore,
NullValueHandling = NullValueHandling.Ignore, PropertyName = "attributes",
Required = Required.Always)>]
member Attributes : KeyAttributes with get, set
<JsonPropertyAttribute(DefaultValueHandling := DefaultValueHandling.Ignore,
NullValueHandling := NullValueHandling.Ignore, PropertyName := "attributes",
Required := Required.Always)>
Public Property Attributes As KeyAttributes
Property Value
Type: Microsoft.Azure.KeyVault.KeyAttributes
The key attributes.
See Also
GetKeyResponseMessage Class
Microsoft.Azure.KeyVault Namespace
Return to top