OBJECT
AssignRoleReqChangesTemplate
Description
TPR requested changes template for assigning TPR roles to users/groups.
link GraphQL Schema definition
- type AssignRoleReqChangesTemplate implements RequestedChangesTemplate {
- # Groups and their new role assignments.
- : [UserGroupWithRoles!]!
- # New roles to assign to the users/groups.
- : [RoleSummary!]!
- # Old roles on the users/groups.
- : [RoleSummary!]!
- # Name of the requested changes template for quorum authorization.
- : String!
- # Users and their new role assignments.
- : [UserWithRoles!]!
- }
link Require by
This element is not required by anyone