Agreements (Rights)
Agreements define the accessibility modifiers for associated products. In other words, they define the rights that apply.
It is an amalgamation of 2 parts in the following format.
- [Default || API-Only] + [Public || Network || Private]
There are currently 6 different agreements defined resulting from their combinations.
The following table contains the agreements on sandbox and live environments and their corresponding identifiers for reference.
Agreement | SBX Guid | PROD Guid |
---|---|---|
Default (Public) | 9BCB1DED-1904-4A98-9D55-F985B9DD2EBE | EC8D2E39-D57D-42EF-8B1E-D2A7EF736D4D |
API only (Public) | 9159133C-98C5-4381-914E-8AA164BF7EAE | 4A389B0F-097A-4528-BE93-BDC10E8692F9 |
Default (Network) | A8E06965-0A11-468E-BBD6-C4578993D1E8 | 1390E6B5-8311-4343-AF01-1BCA779F9C48 |
API only (Network) | A54C52AD-1300-4BDB-A991-C79AEA8E3F0E | AAB63253-B638-451A-A981-5471FBD3ABFD |
Default (Private) | 307F84B2-86CF-4784-9CBE-6494D776EE55 | F1CFACFD-AA55-44BC-B71E-AC714E3B74D1 |
API only (Private) | DCD4C5B6-3285-4472-9843-C9D9BD363170 | E640A426-AAD4-41D6-8439-961F12FEC0EC |
Default vs API-Only
Default means bulk extraction is enabled for these products via the UI.
API-Only means extractions are only allowed one by one via the API and UI.
Public vs Network vs Private
Public means the products are visible globally to the entire VaultN network. It serves to let everyone know that you have available inventory for the product.
Network means only the vaults in your network (Connections) can see your available products.
Private means only your Vault members can see the products.
Additional Notes
- There is no bulk extraction endpoint in the VaultN API.
- These modifiers are listed from the most relaxed [Default (Public)] to the strictest [API-Only (Private)].
Updated 9 months ago