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
|
The identifier of the Azure Active Directory principal. Required. |
|
principal_id_display_name
|
The display name of the Azure Active Directory principal. Default value: None
|