ConnectionStateProperties Class

The connection state of a managed private endpoint.

Constructor

ConnectionStateProperties(*args: Any, **kwargs: Any)

Variables

Name Description
actions_required
str

The actions required on the managed private endpoint.

description
str

The managed private endpoint description.

status
str

The approval status.

Attributes

actions_required

The actions required on the managed private endpoint.

actions_required: str | None

description

The managed private endpoint description.

description: str | None

status

The approval status.

status: str | None