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.v2021_06_01_preview.models._key_vault_management_client_enums.PrivateEndpointServiceConnectionStatus]] = None, description: Optional[str] = None, actions_required: Optional[Union[str, azure.mgmt.keyvault.v2021_06_01_preview.models._key_vault_management_client_enums.ActionsRequired]] = 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.
- actions_required
- str or ActionsRequired
A message indicating if changes on the service provider require any updates on the consumer. Possible values include: "None".
Feedback
Submit and view feedback for