PrivateLinkConnectionApprovalRequest Class
A request to approve or reject a private endpoint connection.
Constructor
PrivateLinkConnectionApprovalRequest(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
private_link_service_connection_state
|
The state of a private link connection. |
|
private_endpoint
|
The resource of private endpoint. |
Attributes
private_endpoint
The resource of private endpoint.
private_endpoint: _models.PrivateEndpoint | None
private_link_service_connection_state
The state of a private link connection.
private_link_service_connection_state: _models.PrivateLinkConnectionState | None