IRegistry.KeyVaultPropertyIdentity 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.
The client id of the identity which will be used to access key vault.
[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.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="identity")]
public string KeyVaultPropertyIdentity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.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="identity")>]
member this.KeyVaultPropertyIdentity : string with get, set
Public Property KeyVaultPropertyIdentity As String
Property Value
- Attributes