Share via


CustomRegistryCredentials.Identity Property

Definition

Gets or sets 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.

[Newtonsoft.Json.JsonProperty(PropertyName="identity")]
public string Identity { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="identity")>]
member this.Identity : string with get, set
Public Property Identity As String

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to