Skip to main content

mhsm_private_link_resources

Creates, updates, deletes, gets or lists a mhsm_private_link_resources resource.

Overview

Namemhsm_private_link_resources
TypeResource
Idazure.key_vault.mhsm_private_link_resources

Fields

NameDatatypeDescription
idstringThe Azure Resource Manager resource ID for the managed HSM Pool.
namestringThe name of the managed HSM Pool.
identityobjectManaged service identity (system assigned and/or user assigned identities)
locationstringThe supported Azure location where the managed HSM Pool should be created.
propertiesobjectProperties of a private link resource.
skuobjectSKU details
systemDataobjectMetadata pertaining to creation and last modification of the key vault resource.
tagsobjectResource tags
typestringThe resource type of the managed HSM Pool.

Methods

NameAccessible byRequired ParamsDescription
list_by_mhsm_resourceSELECTname, resourceGroupName, subscriptionIdGets the private link resources supported for the managed hsm pool.

SELECT examples

Gets the private link resources supported for the managed hsm pool.

SELECT
id,
name,
identity,
location,
properties,
sku,
systemData,
tags,
type
FROM azure.key_vault.mhsm_private_link_resources
WHERE name = '{{ name }}'
AND resourceGroupName = '{{ resourceGroupName }}'
AND subscriptionId = '{{ subscriptionId }}';