TestGcpOrganizationDiscoveryResult

TestGcpOrganizationDiscoveryResult

TestGcpOrganizationDiscoveryResult

Result of testing GCP organization discovery.

alreadyConnected Boolean True when the organization is already connected to Guardrails. The wizard
uses this to short-circuit the import flow with a clear message instead of
failing at the create step with a duplicate AKA error.
displayName String The organization display name.
error String Error message if the test failed.
existingResourceId String The Guardrails resource ID of the existing organization, if alreadyConnected is true.
folders [GcpDiscoveredFolder!]! List of discovered folders with parent hierarchy.
organizationId String The GCP organization ID.
projects [GcpDiscoveredProject!]! List of discovered projects with parent hierarchy info.
success Boolean! Whether the discovery test succeeded.
testedAt String! Timestamp when the test was performed.