IMhsmPrivateLinkResource Interface
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
[System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourceTypeConverter))]
public interface IMhsmPrivateLinkResource : Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.IManagedHsmResource
[<System.ComponentModel.TypeConverter(typeof(Microsoft.Azure.PowerShell.Cmdlets.KeyVault.Models.MhsmPrivateLinkResourceTypeConverter))>]
type IMhsmPrivateLinkResource = interface
interface IJsonSerializable
interface IManagedHsmResource
Public Interface IMhsmPrivateLinkResource
Implements IManagedHsmResource
- Derived
- Attributes
- Implements
Properties
| Name | Description |
|---|---|
| GroupId |
Group identifier of private link resource. |
| Id |
The Azure Resource Manager resource ID for the managed HSM Pool. (Inherited from IManagedHsmResource) |
| IdentityPrincipalId |
The service principal ID of the system assigned identity. This property will only be provided for a system assigned identity. (Inherited from IManagedHsmResource) |
| IdentityTenantId |
The tenant ID of the system assigned identity. This property will only be provided for a system assigned identity. (Inherited from IManagedHsmResource) |
| IdentityType |
Type of managed service identity (where both SystemAssigned and UserAssigned types are allowed). (Inherited from IManagedHsmResource) |
| IdentityUserAssignedIdentity |
The set of user assigned identities associated with the resource. The userAssignedIdentities dictionary keys will be ARM resource ids in the form: '/subscriptions/{subscriptionId}/resourceGroups/{resourceGroupName}/providers/Microsoft.ManagedIdentity/userAssignedIdentities/{identityName}. The dictionary values can be empty objects ({}) in requests. (Inherited from IManagedHsmResource) |
| Location |
The supported Azure location where the managed HSM Pool should be created. (Inherited from IManagedHsmResource) |
| Name |
The name of the managed HSM Pool. (Inherited from IManagedHsmResource) |
| RequiredMember |
Required member names of private link resource. |
| RequiredZoneName |
Required DNS zone names of the the private link resource. |
| SkuFamily |
SKU Family of the managed HSM Pool (Inherited from IManagedHsmResource) |
| SkuName |
SKU of the managed HSM Pool (Inherited from IManagedHsmResource) |
| SystemDataCreatedAt |
The timestamp of the key vault resource creation (UTC). (Inherited from IManagedHsmResource) |
| SystemDataCreatedBy |
The identity that created the key vault resource. (Inherited from IManagedHsmResource) |
| SystemDataCreatedByType |
The type of identity that created the key vault resource. (Inherited from IManagedHsmResource) |
| SystemDataLastModifiedAt |
The timestamp of the key vault resource last modification (UTC). (Inherited from IManagedHsmResource) |
| SystemDataLastModifiedBy |
The identity that last modified the key vault resource. (Inherited from IManagedHsmResource) |
| SystemDataLastModifiedByType |
The type of identity that last modified the key vault resource. (Inherited from IManagedHsmResource) |
| Tag |
Resource tags (Inherited from IManagedHsmResource) |
| Type |
The resource type of the managed HSM Pool. (Inherited from IManagedHsmResource) |
Methods
| Name | Description |
|---|---|
| ToJson(JsonObject, SerializationMode) | (Inherited from IJsonSerializable) |