IJobBaseProperties.IdentityType Property

Definition

[Required] Specifies the type of identity framework.

[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Managed", "AMLToken", "UserIdentity" })]
[Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Specifies the type of identity framework.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityType", Update=false)]
public string IdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.PSArgumentCompleter(new System.String[] { "Managed", "AMLToken", "UserIdentity" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.MachineLearningServices.Runtime.Info(Create=true, Description="[Required] Specifies the type of identity framework.", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityType", Update=false)>]
member this.IdentityType : string with get, set
Public Property IdentityType As String

Property Value

Attributes

Applies to