PrivateEndpoint Class

Private Endpoint of a workspace.

Inheritance
builtins.object
PrivateEndpoint

Constructor

PrivateEndpoint(approval_type: str | None = None, connections: Dict[str, EndpointConnection] | None = None)

Parameters

Name Description
approval_type
str

Approval type of the private endpoint.

default value: None
connections

List of private endpoint connections.

default value: None