Represents an application owner with their associated applications.
type AppOwner { name: String! email: String! appIds: [String!]! }
name String!
String!
Name of the application owner
email String!
Email address of the application owner
appIds [String!]!
[String!]!
List of application IDs owned by this user
{} GetAppOwnersByAppIdsAndRoleRes.owners
Last updated 7 months ago