Share via


Secret.Attributes Property

 

Gets or sets the secret management attributes.

Namespace:   Microsoft.Azure.KeyVault
Assembly:  Microsoft.Azure.KeyVault (in Microsoft.Azure.KeyVault.dll)

Syntax

[DataMemberAttribute(Name = "attributes", IsRequired = false, 
    EmitDefaultValue = false)]
public SecretAttributes Attributes { get; set; }
public:
[DataMemberAttribute(Name = "attributes", IsRequired = false, 
    EmitDefaultValue = false)]
property SecretAttributes^ Attributes {
    SecretAttributes^ get();
    void set(SecretAttributes^ value);
}
[<DataMemberAttribute(Name = "attributes", IsRequired = false,
    EmitDefaultValue = false)>]
member Attributes : SecretAttributes with get, set
<DataMemberAttribute(Name := "attributes", IsRequired := False,
    EmitDefaultValue := False)>
Public Property Attributes As SecretAttributes

Property Value

Type: Microsoft.Azure.KeyVault.SecretAttributes

The secret management attributes.

See Also

Secret Class
Microsoft.Azure.KeyVault Namespace

Return to top