Sha256: 78e1048f12edec76d56051967a589a39b5d494a76f0401fd7d2cf97671534a2e
Contents?: true
Size: 683 Bytes
Versions: 3
Compression:
Stored size: 683 Bytes
Contents
# VgsapiClient::RevealedData ## Properties | Name | Type | Description | Notes | | ---- | ---- | ----------- | ----- | | **aliases** | [**Array<ModelAlias>**](ModelAlias.md) | List of aliases associated with the value. | [optional] | | **classifiers** | **Array<String>** | List of tags the value is classified with. | [optional] | | **created_at** | **Time** | Creation time, in UTC. | [optional] | | **value** | **String** | Decrypted value stored in the vault. | [optional] | ## Example ```ruby require 'vgs_api_client' instance = VgsapiClient::RevealedData.new( aliases: null, classifiers: null, created_at: 2019-05-15T12:30:45Z, value: 122105155 ) ```
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vgs_api_client-0.0.21 | docs/RevealedData.md |
vgs_api_client-0.0.15 | docs/RevealedData.md |
vgs_api_client-0.0.1 | docs/RevealedData.md |