Sha256: 6a02410435e471fb7cfdc3f1c10caf8b068606fe679ec6539e15b3785fb20a62
Contents?: true
Size: 1.02 KB
Versions: 4
Compression:
Stored size: 1.02 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] **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, created: 1600250430, updated: 1600250430, resources: null, watchlist: null) ```
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
passbase-1.0.3 | docs/Identity.md |
passbase-1.0.2 | docs/Identity.md |
passbase-1.0.1 | docs/Identity.md |
passbase-1.0.0 | docs/Identity.md |