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