MHSMPrivateLinkResource Class
A private link resource.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.keyvault.v2023_07_01.models._models_py3.ManagedHsmResourceMHSMPrivateLinkResource
Constructor
MHSMPrivateLinkResource(*, location: str | None = None, sku: _models.ManagedHsmSku | None = None, tags: Dict[str, str] | None = None, identity: _models.ManagedServiceIdentity | None = None, required_zone_names: List[str] | None = None, **kwargs: Any)
Keyword-Only Parameters
Name | Description |
---|---|
location
|
The supported Azure location where the managed HSM Pool should be created. |
sku
|
SKU details. |
tags
|
Resource tags. |
identity
|
Managed service identity (system assigned and/or user assigned identities). |
required_zone_names
|
Required DNS zone names of the the private link resource. |
Variables
Name | Description |
---|---|
id
|
The Azure Resource Manager resource ID for the managed HSM Pool. |
name
|
The name of the managed HSM Pool. |
type
|
The resource type of the managed HSM Pool. |
location
|
The supported Azure location where the managed HSM Pool should be created. |
sku
|
SKU details. |
tags
|
Resource tags. |
system_data
|
Metadata pertaining to creation and last modification of the key vault resource. |
identity
|
Managed service identity (system assigned and/or user assigned identities). |
group_id
|
Group identifier of private link resource. |
required_members
|
Required member names of private link resource. |
required_zone_names
|
Required DNS zone names of the the private link resource. |
Azure SDK for Python