IEncryption.KeyEncryptionKeyIdentityType Property

Definition

Values can be systemAssignedIdentity or userAssignedIdentity

[Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Values can be systemAssignedIdentity or userAssignedIdentity", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.IdentityType) }, ReadOnly=false, Required=false, SerializedName="identityType")]
public Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.IdentityType? KeyEncryptionKeyIdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Runtime.Info(Description="Values can be systemAssignedIdentity or userAssignedIdentity", PossibleTypes=new System.Type[] { typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.IdentityType) }, ReadOnly=false, Required=false, SerializedName="identityType")>]
member this.KeyEncryptionKeyIdentityType : Nullable<Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Support.IdentityType> with get, set
Public Property KeyEncryptionKeyIdentityType As Nullable(Of IdentityType)

Property Value

Attributes

Applies to