Share via


RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity Class

Definition

All identity configuration for Customer-managed key settings defining which identity should be used to auth to Key Vault.

public class RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity : Azure.Provisioning.Primitives.ProvisionableConstruct
type RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity = class
    inherit ProvisionableConstruct
Public Class RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity
Inherits ProvisionableConstruct
Inheritance
RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity

Constructors

RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity()

Creates a new RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity.

Properties

IdentityType

Only userAssignedIdentity is supported in this API version; other types may be supported in the future.

UserAssignedIdentityResourceId

User assigned identity to use for accessing key encryption key Url. Ex: /subscriptions/<sub uuid>/resourceGroups/<resource group>/providers/Microsoft.ManagedIdentity/userAssignedIdentities/myId.

Methods

DefineProvisionableProperties()

Define all the provisionable properties of RedisEnterpriseCustomerManagedKeyEncryptionKeyIdentity.

GetResources()

Get any resources represented by this object. This will typically only be the object itself for everything but Infrastructure.

(Inherited from Provisionable)
Resolve(ProvisioningContext)

Resolve any resources or properties that were not explicitly specified.

(Inherited from Provisionable)
Validate(ProvisioningContext)

Validate the presence of any required members.

(Inherited from Provisionable)

Applies to