GetCloudHsmClusterResult

data class GetCloudHsmClusterResult(val autoGeneratedDomainNameLabelScope: String? = null, val hsms: List<CloudHsmPropertiesResponse>? = null, val id: String, val location: String, val name: String, val privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, val provisioningState: String? = null, val publicNetworkAccess: String? = null, val securityDomain: CloudHsmClusterSecurityDomainPropertiesResponse? = null, val sku: CloudHsmClusterSkuResponse? = null, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String)

Resource information with extended details.

Constructors

Link copied to clipboard
constructor(autoGeneratedDomainNameLabelScope: String? = null, hsms: List<CloudHsmPropertiesResponse>? = null, id: String, location: String, name: String, privateEndpointConnections: List<PrivateEndpointConnectionResponse>? = null, provisioningState: String? = null, publicNetworkAccess: String? = null, securityDomain: CloudHsmClusterSecurityDomainPropertiesResponse? = null, sku: CloudHsmClusterSkuResponse? = null, systemData: SystemDataResponse, tags: Map<String, String>? = null, type: String)

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The Cloud HSM Cluster's auto-generated Domain Name Label Scope

Link copied to clipboard

An array of Cloud HSM Cluster's HSMs

Link copied to clipboard
val id: String

Fully qualified resource ID for the resource. E.g. "/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/{resourceProviderNamespace}/{resourceType}/{resourceName}"

Link copied to clipboard

The geo-location where the resource lives

Link copied to clipboard

The name of the resource

Link copied to clipboard

List of private endpoint connection resources

Link copied to clipboard

The Cloud HSM Cluster's provisioningState

Link copied to clipboard

The Cloud HSM Cluster public network access

Link copied to clipboard

Security domain properties information for Cloud HSM cluster

Link copied to clipboard

SKU details

Link copied to clipboard

Azure Resource Manager metadata containing createdBy and modifiedBy information.

Link copied to clipboard
val tags: Map<String, String>? = null

Resource tags.

Link copied to clipboard

The type of the resource. E.g. "Microsoft.Compute/virtualMachines" or "Microsoft.Storage/storageAccounts"