IClusterPropertiesEncryption.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.
Only userAssignedIdentity is supported in this API version; other types may be supported in the future
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "systemAssignedIdentity", "userAssignedIdentity" })]
[Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Only userAssignedIdentity is supported in this API version; other types may be supported in the future", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityType", Update=true)]
public string KeyEncryptionKeyIdentityType { get; set; }
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.PSArgumentCompleter(new System.String[] { "systemAssignedIdentity", "userAssignedIdentity" })>]
[<Microsoft.Azure.PowerShell.Cmdlets.RedisEnterpriseCache.Runtime.Info(Create=true, Description="Only userAssignedIdentity is supported in this API version; other types may be supported in the future", PossibleTypes=new System.Type[] { typeof(System.String) }, Read=true, ReadOnly=false, Required=false, SerializedName="identityType", Update=true)>]
member this.KeyEncryptionKeyIdentityType : string with get, set
Public Property KeyEncryptionKeyIdentityType As String
Property Value
- Attributes