Share via


PrivateLinkServiceConnectionState Class

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

Constructor

PrivateLinkServiceConnectionState(*args: Any, **kwargs: Any)

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"

Attributes

actions_required

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

actions_required: str | _models.ActionsRequired | None

description

The reason for approval or rejection.

description: str | None

status

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

status: str | _models.PrivateEndpointServiceConnectionStatus | None