ownerInfo

Information about an application owner, including their roles and contact details.

Examples

type OwnerInfo {
  name: String
  email: String
  roles: [AppOwnerRole]
}

Fields

Field
Description
Supported fields

name String

Name of the owner

email String

Email address of the owner

Roles assigned to this owner

References

Queries using this object:

Fields with this object:

Last updated