ServerTrustGroup Class
A server trust group.
Variables are only populated by the server, and will be ignored when sending a request.
- Inheritance
-
azure.mgmt.sql.models._models_py3.ProxyResourceServerTrustGroup
Constructor
ServerTrustGroup(*, group_members: List[ServerInfo] | None = None, trust_scopes: List[str | ServerTrustGroupPropertiesTrustScopesItem] | None = None, **kwargs)
Parameters
Name | Description |
---|---|
group_members
Required
|
Group members information for the server trust group. |
trust_scopes
Required
|
Trust scope of the server trust group. |
Keyword-Only Parameters
Name | Description |
---|---|
group_members
Required
|
|
trust_scopes
Required
|
|
Variables
Name | Description |
---|---|
id
|
Resource ID. |
name
|
Resource name. |
type
|
Resource type. |
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