TenantTeardownClearedService
One service the teardown tried to wipe, as reported by the completed workflow. A FAILED entry means that service still holds the tenant's data — the run continued past it.
type TenantTeardownClearedService {
service: String!
mutation: String!
status: TEARDOWN_STEP_STATUS!
reason: String
}
Fields
TenantTeardownClearedService.service ● String! non-null scalar
Service whose data was wiped.
TenantTeardownClearedService.mutation ● String! non-null scalar
Clear mutation that was called on it.
TenantTeardownClearedService.status ● TEARDOWN_STEP_STATUS! non-null enum
Whether the clear succeeded.
TenantTeardownClearedService.reason ● String scalar
Why the clear failed. Null when it succeeded.
Member Of
TenantTeardownResult object