AllowedPrincipals Class
The configuration settings of the Azure Active Directory allowed principals.
- Inheritance
-
azure.mgmt.web._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. |
GitHub で Microsoft と共同作業する
このコンテンツのソースは GitHub にあります。そこで、issue や pull request を作成および確認することもできます。 詳細については、共同作成者ガイドを参照してください。
Azure SDK for Python