| Name | Type | Description | Notes |
|---|---|---|---|
| id | String | Unique ID of the project | [optional] |
| slug | String | Slugs are meant to be a way to verify people just with the link | [optional] |
| environment | EnvironmentEnum | [optional] | |
| organization | String | Name of the organization that owns this project | [optional] |
| customizations | ProjectSettingsCustomizations | [optional] | |
| verificationSteps | java.util.List<ProjectSettingsVerificationSteps> | List of the steps through which the user must go through to complete their verification | [optional] |
| Name | Value |
|---|---|
| SANDBOX | "sandbox" |
| PRODUCTION | "production" |