KeyVaultReferenceResourceInner.IdentityType Property

Definition

Gets or sets possible values include: 'None', 'SystemAssigned', 'UserAssigned'

[Newtonsoft.Json.JsonProperty(PropertyName="properties.identityType")]
public Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityType? IdentityType { get; set; }
[<Newtonsoft.Json.JsonProperty(PropertyName="properties.identityType")>]
member this.IdentityType : Nullable<Microsoft.Azure.Management.AppService.Fluent.Models.ManagedServiceIdentityType> with get, set
Public Property IdentityType As Nullable(Of ManagedServiceIdentityType)

Property Value

Attributes
Newtonsoft.Json.JsonPropertyAttribute

Applies to