Properties
| Name | Type | Description |
|---|---|---|
| auth_domain | object | |
| created_at | object | |
| is_ui_read_only | object | |
| login_design | object | |
| name | object | |
| ui_read_only_toggle_reason | object | |
| updated_at | object | |
| user_seat_expiration_inactive_time | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_schemas-organizations",
"title": "access_schemas-organizations",
"properties": {
"auth_domain": {
"$ref": "#/components/schemas/access_auth_domain"
},
"created_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"is_ui_read_only": {
"$ref": "#/components/schemas/access_is_ui_read_only"
},
"login_design": {
"$ref": "#/components/schemas/access_login_design"
},
"name": {
"$ref": "#/components/schemas/access_name"
},
"ui_read_only_toggle_reason": {
"$ref": "#/components/schemas/access_ui_read_only_toggle_reason"
},
"updated_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"user_seat_expiration_inactive_time": {
"$ref": "#/components/schemas/access_schemas-user_seat_expiration_inactive_time"
}
},
"type": "object"
}