INPUT_OBJECT
ProjectUserServiceRolesUpdateInput
link GraphQL Schema definition
- input ProjectUserServiceRolesUpdateInput {
- # List of service roles to add
- ProjectUserRolesToAddInput!] : [
- # List of service roles to remove
- ProjectUserRolesToRemoveInput!] : [
- # Entity ID of the VMW.CSP.Service entity that represents the service
- EntityId! :
- }