你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

CustomRegistryCredentials.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.

public Azure.Provisioning.BicepValue<string> Identity { get; set; }
member this.Identity : Azure.Provisioning.BicepValue<string> with get, set
Public Property Identity As BicepValue(Of String)

Property Value

Applies to