CustomerManagedKeyEncryptionKeyIdentity Class
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.
All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.CustomerManagedKeyEncryptionKeyIdentityTypeConverter))]
public class CustomerManagedKeyEncryptionKeyIdentity : Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ICustomerManagedKeyEncryptionKeyIdentity
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.CustomerManagedKeyEncryptionKeyIdentityTypeConverter))>]
type CustomerManagedKeyEncryptionKeyIdentity = class
interface ICustomerManagedKeyEncryptionKeyIdentity
interface IJsonSerializable
Public Class CustomerManagedKeyEncryptionKeyIdentity
Implements ICustomerManagedKeyEncryptionKeyIdentity
- Inheritance
-
CustomerManagedKeyEncryptionKeyIdentity
- Attributes
- Implements
Constructors
CustomerManagedKeyEncryptionKeyIdentity() |
Creates an new CustomerManagedKeyEncryptionKeyIdentity instance. |
Properties
DelegatedIdentityClientId | |
IdentityType |
Values can be systemAssignedIdentity or userAssignedIdentity |
UserAssignedIdentityResourceId |
Methods
DeserializeFromDictionary(IDictionary) |
Deserializes a IDictionary into an instance of CustomerManagedKeyEncryptionKeyIdentity. |
DeserializeFromPSObject(PSObject) |
Deserializes a PSObject into an instance of CustomerManagedKeyEncryptionKeyIdentity. |
FromJson(JsonNode) |
Deserializes a JsonNode into an instance of Microsoft.Azure.PowerShell.Cmdlets.DevCenter.Models.Api40.ICustomerManagedKeyEncryptionKeyIdentity. |
FromJsonString(String) |
Creates a new instance of CustomerManagedKeyEncryptionKeyIdentity, deserializing the content from a json string. |
ToJson(JsonObject, SerializationMode) |
Serializes this instance of CustomerManagedKeyEncryptionKeyIdentity into a JsonNode. |
ToJsonString() |
Serializes this instance to a json string. |