Skip to content

Latest commit

 

History

History
18 lines (16 loc) · 944 Bytes

File metadata and controls

18 lines (16 loc) · 944 Bytes

ProjectSettings

Properties

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]

Enum: EnvironmentEnum

Name Value
SANDBOX "sandbox"
PRODUCTION "production"