Sha256: 28ab1e7bd433cdfc8a40085915225c5aed7f3c3b824a59276a06a0eaa30596f8

Contents?: true

Size: 1.7 KB

Versions: 3

Compression:

Stored size: 1.7 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: [{"step":"email","resource_types":["EMAIL"]},{"step":"liveness_check","resource_types":["FACE_VIDEO"]},{"step":"country","resource_types":["de","us","gb","ca"]},{"step":"identity_document_check","resource_types":["PASSPORT","DRIVERS_LICENSE"]},{"step":"insurance_card_scan","resource_types":["HEALTH_INSURANCE_CARD"]}])
```


Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
passbase-1.0.3 docs/ProjectSettings.md
passbase-1.0.2 docs/ProjectSettings.md
passbase-1.0.1 docs/ProjectSettings.md