CreateOrUpdateComputePolicyParameters.ObjectType Property

Definition

Gets or sets the type of AAD object the object identifier refers to. Possible values include: 'User', 'Group', 'ServicePrincipal'

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

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to