Udostępnij za pośrednictwem


ICustomRegistryCredentials.Identity Property

Definition

Indicates the managed identity assigned to the custom credential. If a user-assigned identity this value is the Client ID. If a system-assigned identity, the value will be system. In the case of a system-assigned identity, the Client ID will be determined by the runner. This identity may be used to authenticate to key vault to retrieve credentials or it may be the only source of authentication used for accessing the registry.

[Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Indicates the managed identity assigned to the custom credential. If a user-assigned identity\r\n        this value is the Client ID. If a system-assigned identity, the value will be `system`. In\r\n        the case of a system-assigned identity, the Client ID will be determined by the runner. This\r\n        identity may be used to authenticate to key vault to retrieve credentials or it may be the only\r\n        source of authentication used for accessing the registry.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="identity")]
public string Identity { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.ContainerRegistry.Runtime.Info(Description="Indicates the managed identity assigned to the custom credential. If a user-assigned identity\r\n        this value is the Client ID. If a system-assigned identity, the value will be `system`. In\r\n        the case of a system-assigned identity, the Client ID will be determined by the runner. This\r\n        identity may be used to authenticate to key vault to retrieve credentials or it may be the only\r\n        source of authentication used for accessing the registry.", PossibleTypes=new System.Type[] { typeof(System.String) }, ReadOnly=false, Required=false, SerializedName="identity")>]
member this.Identity : string with get, set
Public Property Identity As String

Property Value

Attributes

Applies to