CheckAccessResponse Class

The properties of a check access response.

Constructor

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

Variables

Name Description
access_decision

Access Decision, specifies access is allowed or not. Known values are: "Other", "Allowed", and "NotAllowed".

action
str

Gets or sets an action.

Attributes

access_decision

"Other", "Allowed", and "NotAllowed".

access_decision: str | _models.AccessDecision | None

action

Gets or sets an action.

action: str | None