Access Groups are groups of Persons who need to have the same set of permissions with respect to Configuration Database objects
Filter Name | Type | Description |
---|---|---|
tenant_dbid | int |
|
person_dbid | int |
|
state | int |
CfgObjectState ). If specified, Configuration Server
will return information only about access groups that are currently
in this state.
|
name | string |
|
dbid | int |
|
groupInfo
—
CfgGroup
containing
general information about this group. Mandatory.
memberIDs
—
CfgID
).
type
—
CfgAccessGroupType
.
The name of a access group must be unique within the tenant, but can coincide with the names of dn groups, place groups and agent groups of the same tenant.
Note: This XML was created using the Configuration Server 7.5 schema.
<CfgAccessGroup> <CfgGroup> <DBID value="102" /> <tenantDBID value="1" /> <name value="Group" /> <capacityTableDBID value="0" /> <quotaTableDBID value="0" /> <state value="1" /> <capacityRuleDBID value="0" /> <siteDBID value="0" /> <contractDBID value="0" /> </CfgGroup> <memberIDs> <CfgID> <CSID value="0" /> <DBID value="119" /> <type value="3" /> </CfgID> <CfgID> <CSID value="0" /> <DBID value="120" /> <type value="3" /> </CfgID> </memberIDs> <type value="3" /> </CfgAccessGroup>