ISiteConfigResource.KeyVaultReferenceIdentity Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Identity to use for Key Vault Reference authentication.
[Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Identity to use for Key Vault Reference authentication.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="keyVaultReferenceIdentity")]
public string KeyVaultReferenceIdentity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.Websites.Runtime.Info(Description="Identity to use for Key Vault Reference authentication.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="keyVaultReferenceIdentity")>]
member this.KeyVaultReferenceIdentity : string with get, set
Public Property KeyVaultReferenceIdentity As String
Property Value
- Attributes