Share via


Secret.Id Property

 

Gets or sets the ID of the secret.

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

Syntax

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

Property Value

Type: System.String

The ID of the secret.

See Also

Secret Class
Microsoft.Azure.KeyVault Namespace

Return to top