IDevCenter.KeyEncryptionKeyIdentityType Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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