PrivateLinkServiceConnectionState Class

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

Inheritance
azure.mgmt.keyvault._serialization.Model
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, 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".

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"

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"