Dela via


MHSMPrivateLinkServiceConnectionState Class

An object that represents the approval state of the private link connection.

Constructor

MHSMPrivateLinkServiceConnectionState(*, status: str | _models.PrivateEndpointServiceConnectionStatus | None = None, description: str | None = None, actions_required: str | _models.ActionsRequired | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
status

Indicates whether the connection has been approved, rejected or removed by the key vault owner. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

Default value: None
description
str

The reason for approval or rejection.

Default value: None
actions_required

A message indicating if changes on the service provider require any updates on the consumer. "None"

Default value: None

Variables

Name Description
status

Indicates whether the connection has been approved, rejected or removed by the key vault owner. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

The reason for approval or rejection.

actions_required

A message indicating if changes on the service provider require any updates on the consumer. "None"