[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
UserGroup
Represents a user group
Properties
string
name
Required
The name of this group.
string as uuid
authSourceId
Optional
The identifier of the auth source. If it is null, a local user group will be created.
string
description
Optional
A description about this group.
string
displayName
Optional
The displayName of this group.
string as uuid
id
Optional
The identifier of this group.(unique)
Note:Â Required when updating or deleting the user group.
array of
Link
links
Optional
Represents a HTTP ’link’ element. It is implicit that all the link tags support http ‘GET’ method.
array of
RolePermission
role-permissions
Optional
The list of role permissions assigned to this group. May be null. Replaces and takes precedence over roleNames
.
array of
string
roleNames
Optional
(Deprecated) List of role names assigned to the user group. May be null.
array of
string as uuid
userIds
Optional
The list of users who are members of this group.
JSON Example
{
"name": "string"
}
[{"label":"Latest (2022-10-31)","version":"latest"}]
vrealize-operations
Property Of
UserGroups
Parameter To
Modify User Group
Create User Group
Returned By
Create User Group
Get User Group