setApplicationsOwnersByRoleInput

Input type for setting application owners by role.

Examples

input SetApplicationsOwnersByRoleInput {
  ownersByRoleInput: [OwnersByRoleInput!]!
}

Fields

Field
Description
Supported fields

ownersByRoleInput [OwnersByRoleInput!]!

List of role-based owner assignments

References

Mutations using this object:

Last updated