Input type defining owners for a specific role.
input OwnersByRoleInput { role: AppOwnerRole! owners: [UserInputDTO!]! }
role AppOwnerRole!
AppOwnerRole!
Role to assign to the owners
owners [UserInputDTO!]!
[UserInputDTO!]!
List of users to assign to the role
name String email String appIds [String!]!
String
[String!]!
{} SetApplicationsOwnersByRoleInput.ownersByRoleInput
Last updated 7 months ago