EligibleApprover Class

Defines the Azure Active Directory principal that can approve any just-in-time access requests by the principal defined in the EligibleAuthorization.

All required parameters must be populated in order to send to server.

Constructor

EligibleApprover(*, principal_id: str, principal_id_display_name: str | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
principal_id
str

The identifier of the Azure Active Directory principal. Required.

principal_id_display_name
str

The display name of the Azure Active Directory principal.

Default value: None

Variables

Name Description
principal_id
str

The identifier of the Azure Active Directory principal. Required.

principal_id_display_name
str

The display name of the Azure Active Directory principal.