Represents an application owner with their associated roles and permissions.
type Owner { owner: String email: String roles: [String!] }
owner String
String
Identifier of the owner
email String
Email address of the owner
roles [String!]
[String!]
List of roles assigned to this owner
{} AuditLog.ownersWithRoles
Last updated 7 months ago