OBJECT

CrossAccountPairInfo

Description

The cross-account pair information.

link GraphQL Schema definition

  • type CrossAccountPairInfo {
  • # Name of the cross-account involved in pair.
  • name: String!
  • # URL of the cross-account involved in pair.
  • url: String!
  • # UUID of the cross-account pair.
  • uuid: UUID!
  • # Specifies the organization of the cross-account relationship.
  • organization: CrossAccountOrganization!
  • # Role of the cross-account involved in pair.
  • role: CrossAccountRole!
  • # Status of the cross-account pair.
  • status: CrossAccountStatus!
  • # Time the metadata was last synced for the cross-account pair.
  • lastSyncedAt: DateTime
  • }