AllowedPrincipals Class
The configuration settings of the Azure Active Directory allowed principals.
Constructor
AllowedPrincipals(*args: Any, **kwargs: Any)
Variables
| Name | Description |
|---|---|
|
groups
|
The list of the allowed groups. |
|
identities
|
The list of the allowed identities. |
Attributes
groups
The list of the allowed groups.
groups: list[str] | None
identities
The list of the allowed identities.
identities: list[str] | None