Sha256: cc923ec6473fde709096f20da69adbb7a512472a24be5c3021f64d7d1230165c
Contents?: true
Size: 1.39 KB
Versions: 2
Compression:
Stored size: 1.39 KB
Contents
# Passbase::Identity ## Properties Name | Type | Description | Notes ------------ | ------------- | ------------- | ------------- **id** | **String** | Unique ID of the identity | [optional] **status** | **String** | Current state of the identity in Passbase's systems | [optional] **owner** | [**IdentityOwner**](.md) | | [optional] **score** | **Float** | Float between 0 and 1 representing our confidence that this identity is valid. 0 meaning we couldn't verify any of the information provided with accuracy, and 1 absolute confidence. | [optional] **created** | **Integer** | Unix-timestamp of when the identity was created | [optional] **updated** | **Integer** | Unix-timestamp of when the identity was updated | [optional] **resources** | [**Array<IdentityResource>**](IdentityResource.md) | resources attached to a verification | [optional] **watchlist** | [**WatchlistResponse**](.md) | | [optional] ## Code Sample ```ruby require 'Passbase' instance = Passbase::Identity.new(id: 00000000-0000-0000-0000-000000000000, status: null, owner: null, score: 0.01000000000000012, created: 1600250430, updated: 1600250430, resources: null, watchlist: null) ```
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
passbase-1.2.0 | docs/Identity.md |
passbase-1.1.0 | docs/Identity.md |