MHSM Private Link Resources - List By MHSM Resource
Gets the private link resources supported for the managed hsm pool.
GET https://management.azure.com/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.KeyVault/managedHSMs/{name}/privateLinkResources?api-version=2021-10-01
URI Parameters
| Name | In | Required | Type | Description |
|---|---|---|---|---|
|
name
|
path | True |
|
Name of the managed HSM Pool |
|
resource
|
path | True |
|
Name of the resource group that contains the managed HSM pool. |
|
subscription
|
path | True |
|
Subscription credentials which uniquely identify Microsoft Azure subscription. The subscription ID forms part of the URI for every service call. |
|
api-version
|
query | True |
|
Client Api Version. |
Responses
| Name | Type | Description |
|---|---|---|
| 200 OK |
Successfully retrieved private link resources. |
|
| Other Status Codes |
Error response describing why the operation failed. |
Security
azure_auth
Azure Active Directory OAuth2 Flow
Type:
oauth2
Flow:
implicit
Authorization URL:
https://login.microsoftonline.com/common/oauth2/authorize
Scopes
| Name | Description |
|---|---|
| user_impersonation | impersonate your user account |
Examples
KeyVaultListPrivateLinkResources
Sample Request
Sample Response
{
"value": [
{
"id": "/subscriptions/00000000-0000-0000-0000-000000000000/resourceGroups/sample-resource-group/providers/Microsoft.KeyVault/managedhsms/sample-mhsm/privateLinkResources/managedhsm",
"name": "managedhsm",
"type": "Microsoft.KeyVault/managedhsms/privateLinkResources",
"properties": {
"groupId": "managedhsms",
"requiredMembers": [
"default"
],
"requiredZoneNames": [
"privatelink.managedhsm.azure.net"
]
}
}
]
}
Definitions
|
Cloud |
An error response from Key Vault resource provider |
|
Cloud |
An error response from Key Vault resource provider |
|
identity |
The type of identity that created the key vault resource. |
|
Managed |
SKU details |
|
Managed |
SKU Family of the managed HSM Pool |
|
Managed |
SKU of the managed HSM Pool |
|
MHSMPrivate |
A private link resource |
|
MHSMPrivate |
A list of private link resources |
|
System |
Metadata pertaining to creation and last modification of the key vault resource. |
CloudError
An error response from Key Vault resource provider
| Name | Type | Description |
|---|---|---|
| error |
An error response from Key Vault resource provider |
CloudErrorBody
An error response from Key Vault resource provider
| Name | Type | Description |
|---|---|---|
| code |
|
Error code. This is a mnemonic that can be consumed programmatically. |
| message |
|
User friendly error message. The message is typically localized and may vary with service version. |
identityType
The type of identity that created the key vault resource.
| Name | Type | Description |
|---|---|---|
| Application |
|
|
| Key |
|
|
| ManagedIdentity |
|
|
| User |
|
ManagedHsmSku
SKU details
| Name | Type | Description |
|---|---|---|
| family |
SKU Family of the managed HSM Pool |
|
| name |
SKU of the managed HSM Pool |
ManagedHsmSkuFamily
SKU Family of the managed HSM Pool
| Name | Type | Description |
|---|---|---|
| B |
|
ManagedHsmSkuName
SKU of the managed HSM Pool
| Name | Type | Description |
|---|---|---|
| Custom_B32 |
|
|
| Standard_B1 |
|
MHSMPrivateLinkResource
A private link resource
| Name | Type | Description |
|---|---|---|
| id |
|
The Azure Resource Manager resource ID for the managed HSM Pool. |
| location |
|
The supported Azure location where the managed HSM Pool should be created. |
| name |
|
The name of the managed HSM Pool. |
| properties.groupId |
|
Group identifier of private link resource. |
| properties.requiredMembers |
|
Required member names of private link resource. |
| properties.requiredZoneNames |
|
Required DNS zone names of the the private link resource. |
| sku |
SKU details |
|
| systemData |
Metadata pertaining to creation and last modification of the key vault resource. |
|
| tags |
|
Resource tags |
| type |
|
The resource type of the managed HSM Pool. |
MHSMPrivateLinkResourceListResult
A list of private link resources
| Name | Type | Description |
|---|---|---|
| value |
Array of private link resources |
SystemData
Metadata pertaining to creation and last modification of the key vault resource.
| Name | Type | Description |
|---|---|---|
| createdAt |
|
The timestamp of the key vault resource creation (UTC). |
| createdBy |
|
The identity that created the key vault resource. |
| createdByType |
The type of identity that created the key vault resource. |
|
| lastModifiedAt |
|
The timestamp of the key vault resource last modification (UTC). |
| lastModifiedBy |
|
The identity that last modified the key vault resource. |
| lastModifiedByType |
The type of identity that last modified the key vault resource. |