IManagedIdentity.ObjectId Property

Definition

Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="objectId", Update=false)]
public string ObjectId { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="Specifies a user-assigned identity by object ID. For system-assigned, do not set this field.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="objectId", Update=false)>]
member this.ObjectId : string with get, set
Public Property ObjectId As String

Property Value

Attributes

Applies to