Properties
| Name | Type | Description |
|---|---|---|
| allow_authenticate_via_warp | object | |
| auth_domain | object | |
| auto_redirect_to_identity | object | |
| created_at | object | |
| custom_pages | object | |
| is_ui_read_only | object | |
| login_design | object | |
| name | object | |
| session_duration | object | |
| ui_read_only_toggle_reason | object | |
| updated_at | object | |
| user_seat_expiration_inactive_time | object | |
| warp_auth_session_duration | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/access_organizations",
"title": "access_organizations",
"properties": {
"allow_authenticate_via_warp": {
"$ref": "#/components/schemas/access_allow_authenticate_via_warp"
},
"auth_domain": {
"$ref": "#/components/schemas/access_auth_domain"
},
"auto_redirect_to_identity": {
"$ref": "#/components/schemas/access_auto_redirect_to_identity"
},
"created_at": {
"$ref": "#/components/schemas/access_timestamp"
},
"custom_pages": {
"$ref": "#/components/schemas/access_custom_pages"
},
"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"
},
"session_duration": {
"$ref": "#/components/schemas/access_session_duration"
},
"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_user_seat_expiration_inactive_time"
},
"warp_auth_session_duration": {
"$ref": "#/components/schemas/access_warp_auth_session_duration"
}
},
"type": "object"
}