OBJECT

WorkloadOrganization

Description

Details of an organization associated with a workload.

link GraphQL Schema definition

  • type WorkloadOrganization {
  • # Name of the organization.
  • name: String!
  • # Full Name of the organization.
  • fullName: String!
  • # ID of the organization.
  • id: UUID!
  • }