Sha256: 9f31d5887f18b2e4dfe808f77afdda5748e37dafa8e71c8082ec5c0758fcb154

Contents?: true

Size: 1.66 KB

Versions: 1

Compression:

Stored size: 1.66 KB

Contents

# Passbase::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** | **String** |  | [optional] 
**organization** | **String** | Name of the organization that owns this project | [optional] 
**customizations** | [**ProjectSettingsCustomizations**](ProjectSettingsCustomizations.md) |  | [optional] 
**verification_steps** | [**Array<ProjectSettingsVerificationSteps>**](ProjectSettingsVerificationSteps.md) | List of the steps through which the user must go through to complete their verification  | [optional] 

## Code Sample

```ruby
require 'Passbase'

instance = Passbase::ProjectSettings.new(id: 00000000-0000-0000-0000-000000000000,
                                 slug: passbase-demo,
                                 environment: sandbox,
                                 organization: Passbase Inc.,
                                 customizations: null,
                                 verification_steps: [{"type":"email","document_types":["EMAIL"]},{"type":"liveness_check","document_types":["FACE_VIDEO"]},{"type":"country","document_types":["COUNTRY"]},{"type":"identity_document_check","document_types":["PASSPORT","DRIVERS_LICENSE"]},{"type":"insurance_card_scan","document_types":["HEALTH_INSURANCE_CARD"]}])
```


Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
passbase-1.0.0 docs/ProjectSettings.md