GetManagedHardwareSecurityModuleResult

data class GetManagedHardwareSecurityModuleResult(val adminObjectIds: List<String>, val hsmUri: String, val id: String, val location: String, val name: String, val purgeProtectionEnabled: Boolean, val resourceGroupName: String, val skuName: String, val softDeleteRetentionDays: Int, val tags: Map<String, String>, val tenantId: String)

A collection of values returned by getManagedHardwareSecurityModule.

Constructors

Link copied to clipboard
constructor(adminObjectIds: List<String>, hsmUri: String, id: String, location: String, name: String, purgeProtectionEnabled: Boolean, resourceGroupName: String, skuName: String, softDeleteRetentionDays: Int, tags: Map<String, String>, tenantId: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

Specifies a list of administrators object IDs for the key vault Managed Hardware Security Module.

Link copied to clipboard

The URI of the Hardware Security Module for performing operations on keys and secrets.

Link copied to clipboard
val id: String

The provider-assigned unique ID for this managed resource.

Link copied to clipboard

The Azure Region in which the Key Vault managed Hardware Security Module exists.

Link copied to clipboard
Link copied to clipboard

Is purge protection enabled on this Key Vault Managed Hardware Security Module?

Link copied to clipboard
Link copied to clipboard

The Name of the SKU used for this Key Vault Managed Hardware Security Module.

Link copied to clipboard

The number of days that items should be retained for soft-deleted.

Link copied to clipboard

A mapping of tags assigned to the Key Vault Managed Hardware Security Module.

Link copied to clipboard

The Azure Active Directory Tenant ID used for authenticating requests to the Key Vault Managed Hardware Security Module.