Properties
| Name | Type | Description |
|---|---|---|
| tenantOrgId | string | Unique ID of the tenant organization. |
| tenantName | string | Name of the tenant organization. |
| cmkState | string | Customer Managed Key (CMK) state of the tenant organization. |
| tenantOrgState | string | Current state of the tenant organization. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/tenantDetails",
"title": "tenantDetails",
"type": "object",
"properties": {
"tenantOrgId": {
"type": "string",
"example": "Y2lzY29zcGFyazovL3VzL0hZQlJJRF9DTFVTVEVSLzFlYjY1ZmRmLTk2NDMtNDE3Zi05OTc0LWFCGCGCGH",
"description": "Unique ID of the tenant organization."
},
"tenantName": {
"type": "string",
"example": "abcd",
"description": "Name of the tenant organization."
},
"cmkState": {
"type": "string",
"example": "CMK Managed",
"description": "Customer Managed Key (CMK) state of the tenant organization."
},
"tenantOrgState": {
"type": "string",
"example": "Setup complete",
"description": "Current state of the tenant organization."
}
}
}