ConnectionState Class

ConnectionState information.

Constructor

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

Variables

Name Description
status

Status of the connection. Known values are: "Pending", "Approved", "Rejected", and "Disconnected".

description
str

Description of the connection state.

actions_required
str

Actions required (if any).

Attributes

actions_required

Actions required (if any).

actions_required: str | None

description

Description of the connection state.

description: str | None

status

"Pending", "Approved", "Rejected", and "Disconnected".

status: str | _models.PersistedConnectionStatus | None