共用方式為


KeyVaultContractCreateProperties.SecretIdentifier Property

Definition

Gets or sets key vault secret identifier for fetching secret. Providing a versioned secret will prevent auto-refresh. This requires API Management service to be configured with aka.ms/apimmsi

[Newtonsoft.Json.JsonProperty(PropertyName="secretIdentifier")]
public string SecretIdentifier { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="secretIdentifier")>]
member this.SecretIdentifier : string with get, set
Public Property SecretIdentifier As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to