status property
Status of tenant resource. Possible string values are:
- "STATUS_UNSPECIFIED" : Unspecified status is the default unset value.
- "PENDING_CREATE" : Creation of the tenant resource is ongoing.
- "ACTIVE" : Active resource.
- "PENDING_DELETE" : Deletion of the resource is ongoing.
- "FAILED" : Tenant resource creation or deletion has failed.
- "DELETED" : Tenant resource has been deleted.
Implementation
core.String? status;