EnterpriseSettingsResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the settings record. | [default to null] |
| enterprise_id | Long | ID of the enterprise these settings belong to. | [default to null] |
| scim_enabled | Boolean | Whether SCIM provisioning is enabled. | [default to null] |
| scim_api_key | String | SCIM API key for authentication. | [optional] [default to null] |
| scim_base_url | String | Base URL for SCIM endpoints. | [optional] [default to null] |
| sftp_enabled | Boolean | Whether SFTP is enabled. | [default to null] |
| sftp_username | String | SFTP username. | [optional] [default to null] |
| sftp_password | String | SFTP password. | [optional] [default to null] |
| created_at | String | Timestamp when the settings were created. | [default to null] |
| updated_at | String | Timestamp when the settings were last updated. | [default to null] |