Package version:

Interface MhsmPrivateLinkResource

A private link resource

interface MhsmPrivateLinkResource {
    groupId?: string;
    id?: string;
    identity?: ManagedServiceIdentity;
    location?: string;
    name?: string;
    requiredMembers?: string[];
    requiredZoneNames?: string[];
    sku?: ManagedHsmSku;
    systemData?: SystemData;
    tags?: {
        [propertyName: string]: string;
    };
    type?: string;
}

Hierarchy (view full)

Properties

groupId?: string

Group identifier of private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

id?: string

The Azure Resource Manager resource ID for the managed HSM Pool. NOTE: This property will not be serialized. It can only be populated by the server.

Managed service identity (system assigned and/or user assigned identities)

location?: string

The supported Azure location where the managed HSM Pool should be created.

name?: string

The name of the managed HSM Pool. NOTE: This property will not be serialized. It can only be populated by the server.

requiredMembers?: string[]

Required member names of private link resource. NOTE: This property will not be serialized. It can only be populated by the server.

requiredZoneNames?: string[]

Required DNS zone names of the the private link resource.

SKU details

systemData?: SystemData

Metadata pertaining to creation and last modification of the key vault resource. NOTE: This property will not be serialized. It can only be populated by the server.

tags?: {
    [propertyName: string]: string;
}

Resource tags

type?: string

The resource type of the managed HSM Pool. NOTE: This property will not be serialized. It can only be populated by the server.