UserGroupCondition
UserGroupCondition
A condition to be used against UserGroup
object types. All fields are tested
for equality and combined with a logical ‘and.’
Field | Type | Description | |
---|---|---|---|
orgId | UUID | Checks for equality with the object’s `orgId` field. | |
userId | UUID | Checks for equality with the object’s `userId` field. | |
groupId | UUID | Checks for equality with the object’s `groupId` field. | |
createdAt | Datetime | Checks for equality with the object’s `createdAt` field. | |
createdBy | UUID | Checks for equality with the object’s `createdBy` field. | |
permissions | [String] | Checks for equality with the object’s `permissions` field. | |
permissionSets | [UUID] | Checks for equality with the object’s `permissionSets` field. |