Secrets
"mySecretProperty": {
"description": "Values will be encrypted and stored as a secret",
"type": "string",
"secret": true
}How Secrets are Returned and Revealed Using the Tenant API
{
"invoiceId": "0826ccf4-626c-4d3f-af99-19ced46b19ab",
"mySecretProperty": "<ENCRYPTED>",
"_metaData": {
"createdAt": "2024-05-09T17:56:53.256Z",
"hash": "20b26377236d3f7daa9e50d1fba34374b28ff6d29378b468ca42c448d43b0bd4",
"id": "0826ccf4-626c-4d3f-af99-19ced46b19ab",
"schema": "native-object:example",
"type": "custom",
"updatedAt": "2024-05-09T17:56:53.256Z",
"secrets": [
"mySecretProperty"
]
}
}Last updated
Was this helpful?