PrivateLinkServiceConnectionState Class

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

Inheritance
PrivateLinkServiceConnectionState

Constructor

PrivateLinkServiceConnectionState(*, status: Optional[Union[str, azure.mgmt.keyvault.v2018_02_14.models._key_vault_management_client_enums.PrivateEndpointServiceConnectionStatus]] = None, description: Optional[str] = None, action_required: Optional[str] = None, **kwargs)

Variables

status
str or PrivateEndpointServiceConnectionStatus

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

description
str

The reason for approval or rejection.

action_required
str

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