Package-level declarations

Types

Link copied to clipboard
data class ApiEntityReferenceResponse(val id: String? = null)

The API entity reference.

data class CloudHsmClusterSecurityDomainPropertiesResponse(val activationStatus: String? = null, val fipsState: Int? = null)

Security domain properties information for Cloud HSM cluster

Link copied to clipboard
data class CloudHsmClusterSkuResponse(val capacity: Int? = null, val family: String, val name: String)

Cloud Hsm Cluster SKU information

Link copied to clipboard
data class CloudHsmPropertiesResponse(val fqdn: String? = null, val state: String? = null, val stateMessage: String? = null)

The Cloud HSM Properties

data class GetCloudHsmClusterPrivateEndpointConnectionResult(val etag: String? = null, val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The private endpoint connection resource.

Link copied to clipboard
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.

Link copied to clipboard
data class GetDedicatedHsmResult(val id: String, val location: String, val managementNetworkProfile: NetworkProfileResponse? = null, val name: String, val networkProfile: NetworkProfileResponse? = null, val provisioningState: String, val sku: SkuResponse, val stampId: String? = null, val statusMessage: String, val systemData: SystemDataResponse, val tags: Map<String, String>? = null, val type: String, val zones: List<String>? = null)

Resource information with extended details.

Link copied to clipboard
data class NetworkInterfaceResponse(val id: String, val privateIpAddress: String? = null)

The network interface definition.

Link copied to clipboard
data class NetworkProfileResponse(val networkInterfaces: List<NetworkInterfaceResponse>? = null, val subnet: ApiEntityReferenceResponse? = null)

The network profile definition.

Link copied to clipboard
data class PrivateEndpointConnectionResponse(val etag: String? = null, val groupIds: List<String>, val id: String, val name: String, val privateEndpoint: PrivateEndpointResponse? = null, val privateLinkServiceConnectionState: PrivateLinkServiceConnectionStateResponse, val provisioningState: String, val systemData: SystemDataResponse, val type: String)

The private endpoint connection resource.

Link copied to clipboard
data class PrivateEndpointResponse(val id: String)

The private endpoint resource.

data class PrivateLinkServiceConnectionStateResponse(val actionsRequired: String? = null, val description: String? = null, val status: String? = null)

A collection of information about the state of the connection between service consumer and provider.

Link copied to clipboard
data class SkuResponse(val name: String? = null)

SKU of the dedicated HSM

Link copied to clipboard
data class SystemDataResponse(val createdAt: String? = null, val createdBy: String? = null, val createdByType: String? = null, val lastModifiedAt: String? = null, val lastModifiedBy: String? = null, val lastModifiedByType: String? = null)

Metadata pertaining to creation and last modification of dedicated hsm resource.