你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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.