ClientGroupInfo Class
The information of AAD security group.
Constructor
ClientGroupInfo(*, group_name: str | None = None, group_id: str | None = None, **kwargs)
Parameters
Name | Description |
---|---|
group_name
Required
|
The AAD security group name. |
group_id
Required
|
The AAD security group id. |
Keyword-Only Parameters
Name | Description |
---|---|
group_name
Required
|
|
group_id
Required
|
|
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Azure SDK for Python