AllowedPrincipals Class

The configuration settings of the Azure Active Directory allowed principals.

Inheritance
AllowedPrincipals

Constructor

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

Parameters

groups
list[str]
Required

The list of the allowed groups.

identities
list[str]
Required

The list of the allowed identities.