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

AllowedPrincipals Class

The configuration settings of the Azure Active Directory allowed principals.

Constructor

AllowedPrincipals(*, groups: List[str] | None = None, identities: List[str] | None = None, **kwargs: Any)

Keyword-Only Parameters

Name Description
groups

The list of the allowed groups.

Default value: None
identities

The list of the allowed identities.

Default value: None

Variables

Name Description
groups

The list of the allowed groups.

identities

The list of the allowed identities.