Share via


IConfigurationStore.KeyVaultPropertyIdentityClientId Property

Definition

The client id of the identity which will be used to access key vault.

[Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The client id of the identity which will be used to access key vault.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="identityClientId")]
public string KeyVaultPropertyIdentityClientId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.AppConfiguration.Runtime.Info(Description="The client id of the identity which will be used to access key vault.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="identityClientId")>]
member this.KeyVaultPropertyIdentityClientId : string with get, set
Public Property KeyVaultPropertyIdentityClientId As String

Property Value

Attributes

Applies to