Compartilhar via


IContainerAppSecret.Identity Property

Definition

Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.

[Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="identity", Update=false)]
public string Identity { get; }
[<Microsoft.Azure.PowerShell.Cmdlets.App.Runtime.Info(Create=false, Description="Resource ID of a managed identity to authenticate with Azure Key Vault, or System to use a system-assigned identity.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=true, Required=false, SerializedName="identity", Update=false)>]
member this.Identity : string
Public ReadOnly Property Identity As String

Property Value

Attributes

Applies to