Share via


CmkKekIdentity Class

Definition

The details of the managed identity used for CMK

[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.CmkKekIdentityTypeConverter))]
public class CmkKekIdentity : Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.CmkKekIdentityTypeConverter))>]
type CmkKekIdentity = class
    interface ICmkKekIdentity
    interface IJsonSerializable
Public Class CmkKekIdentity
Implements ICmkKekIdentity
Inheritance
CmkKekIdentity
Attributes
Implements

Constructors

CmkKekIdentity()

Creates an new CmkKekIdentity instance.

Properties

IdentityId

The managed identity to be used which has access permissions to the Key Vault. Provide a value here in case identity types: 'UserAssigned' only.

IdentityType

The identity type. 'SystemAssigned' and 'UserAssigned' are mutually exclusive. 'SystemAssigned' will use implicitly created managed identity.

Methods

DeserializeFromDictionary(IDictionary)

Deserializes a IDictionary into an instance of CmkKekIdentity.

DeserializeFromPSObject(PSObject)

Deserializes a PSObject into an instance of CmkKekIdentity.

FromJson(JsonNode)

Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DataProtection.Models.Api20240401.ICmkKekIdentity.

FromJsonString(String)

Creates a new instance of CmkKekIdentity, deserializing the content from a json string.

ToJson(JsonObject, SerializationMode)

Serializes this instance of CmkKekIdentity into a JsonNode.

ToJsonString()

Serializes this instance to a json string.

Applies to