platform/extensions/credentialStore
The CredentialStore resource allows you to encrypt and store sensitive data on your tenant. You can then decrypt and access that data using an Arc.js application, as described in the Arc.js Programming Patterns topic.
JSON Example
CredentialStoreEntry Properties
Property | Description |
---|---|
fullName |
type: string The full name of the credential store entry. |
value |
type: Mozu.Core.Api.Contracts.Json The value of a property, used by numerous objects within Kibo eCommerce including facets, attributes, products, localized content, metadata, capabilities (Kibo eCommerce and third-party), location inventory adjustment, and more. The value may be a string, integer, or double. Validation may be run against the entered and saved values depending on the object type. |
Operations
Operation Name | Request URI | Description |
---|---|---|
StoreCredentials | POST |
Encrypts and stores data contained in the value JSON object. You can decrypt and access the secured data using an Arc.js application, as described in the Arc.js Programming Patterns topic. |