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
|