OBJECT

CrossAccountOrganization

Description

Details of an organization associated with an cross-account pair.

link GraphQL Schema definition

  • type CrossAccountOrganization {
  • # ID of the organization.
  • id: String!
  • # Name of the organization.
  • name: String!
  • }