EligibleAuthorization Class
The Azure Active Directory principal identifier, Azure built-in role, and just-in-time access policy that describes the just-in-time access the principal will receive on the delegated resource in the managed tenant.
All required parameters must be populated in order to send to server.
Constructor
EligibleAuthorization(*, principal_id: str, role_definition_id: str, principal_id_display_name: str | None = None, just_in_time_access_policy: _models.JustInTimeAccessPolicy | 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
|
|
role_definition_id
|
The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope. Required. |
|
just_in_time_access_policy
|
The just-in-time access policy setting. Default value: None
|
Variables
| 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. |
|
role_definition_id
|
The identifier of the Azure built-in role that defines the permissions that the Azure Active Directory principal will have on the projected scope. Required. |
|
just_in_time_access_policy
|
The just-in-time access policy setting. |