다음을 통해 공유


RunCommandManagedIdentity.ObjectId Property

Definition

Gets or sets object Id (GUID value) of the user-assigned managed identity. ClientId should not be used if this is provided.

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to