AllowedPrincipals Class
The configuration settings of the Azure Active Directory allowed principals.
- Inheritance
-
azure.mgmt.appcontainers._serialization.ModelAllowedPrincipals
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. |
identities
|
The list of the allowed identities. |
Variables
Name | Description |
---|---|
groups
|
The list of the allowed groups. |
identities
|
The list of the allowed identities. |
Colabore connosco no GitHub
A origem deste conteúdo pode ser encontrada no GitHub, onde também pode criar e rever problemas e pedidos Pull. Para mais informações, consulte o nosso guia do contribuidor.
Azure SDK for Python