Package version:

Interface MhsmPrivateEndpointConnectionItem

Private endpoint connection item.

interface MhsmPrivateEndpointConnectionItem {
    etag?: string;
    id?: string;
    privateEndpoint?: MhsmPrivateEndpoint;
    privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState;
    provisioningState?: string;
}

Properties

etag?: string

Modified whenever there is a change in the state of private endpoint connection.

id?: string

Id of private endpoint connection.

privateEndpoint?: MhsmPrivateEndpoint

Properties of the private endpoint object.

privateLinkServiceConnectionState?: MhsmPrivateLinkServiceConnectionState

Approval state of the private link connection.

provisioningState?: string

Provisioning state of the private endpoint connection. NOTE: This property will not be serialized. It can only be populated by the server.