EnterpriseDomainResponse
Properties
| Name | Type | Description | Notes |
|---|---|---|---|
| id | Long | Unique identifier for the domain record | [default to null] |
| enterprise_id | Long | ID of the enterprise this domain belongs to | [default to null] |
| domain | String | Domain name | [default to null] |
| verification_token | String | Token used for domain verification | [default to null] |
| verification_method | String | Method used for verification (e.g., dns_txt) | [default to null] |
| is_verified | Boolean | Whether the domain has been verified | [default to null] |
| verified_at | String | Timestamp when the domain was verified | [optional] [default to null] |
| auto_join | Boolean | Whether users with this domain auto-join the enterprise | [default to null] |
| is_active | Boolean | Whether the domain is active | [default to null] |
| created_at | String | Timestamp when the domain was added | [default to null] |
| updated_at | String | Timestamp when the domain was last updated | [default to null] |