user-group
Represents a user group
{
"id": "string",
"authSourceId": "string",
"name": "string",
"description": "string",
"displayName": "string",
"userIds": [
"string"
],
"roleNames": [
"string"
],
"role-permissions": [
{
"roleName": "string",
"scopeId": "string",
"traversal-spec-instances": [
{
"adapterKind": "string",
"resourceKind": "string",
"name": "string",
"resourceSelection": [
{
"type": "string",
"resourceId": [
"string"
]
}
],
"selectAllResources": false,
"includedAdapterKinds": [
"string"
]
}
],
"allowAllObjects": false,
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
],
"externalId": "string",
"links": [
{
"href": "string",
"rel": "string",
"name": "string",
"description": "string"
}
]
}
The identifier of this group.(unique)
Note: Required when updating or deleting the user group.
The identifier of the auth source. If it is null, a local user group will be created.
The name of this group.
A description about this group.
The displayName of this group.
The list of users who are members of this group.
(Deprecated) List of role names assigned to the user group. May be null.
The list of role permissions assigned to this group. May be null. Replaces and takes precedence over roleNames
.
External ID of vIDB user group. This field is only used in vIDB user group import flow. It will not be populated for any other scenarios. Please note, this field may be removed in future.