AssignRoleInput
Autogenerated input type of AssignRole
input AssignRoleInput {
clientMutationId: String
domain: DomainEnum!
domainEntityId: ID
partyId: ID!
roleTypeName: RoleTypeEnum!
}
Fields
AssignRoleInput.clientMutationId ● String scalar common
A unique identifier for the client performing the mutation.
AssignRoleInput.domain ● DomainEnum! non-null enum common
The domain of the entity to assign the role to. This can be either the system, a company or a brand.
AssignRoleInput.domainEntityId ● ID scalar common
AssignRoleInput.partyId ● ID! non-null scalar common
The party id of the person or integration to assign the role to.
AssignRoleInput.roleTypeName ● RoleTypeEnum! non-null enum roles-permissions
Member Of
assignRole mutation