an empty secret store export template
Export a single secret store by id. The response can be saved to file as is.
Secret store id
true if global secret store is the target of the operation, false otherwise. Default: false.
Promise resolving to a SecretStoreExportInterface object.
Export all secret stores. The response can be saved to file as is.
true if global secret stores are the target of the operation, false otherwise. Default: false.
Promise resolving to a SecretStoreExportInterface object.
Import secret stores and mappings
secret store import data
true if the secret store mapping is global, false otherwise. Default: false.
Optional
secretStoreId: stringoptional secret store id. If supplied, only the secret store of that id is imported.
the imported secret stores and mappings
Read secret store by id
Secret store id
true if global secret store is the target of the operation, false otherwise. Default: false.
a promise that resolves to a secret store object
Read secret store mappings
Secret store id
Secret store type id
true if the secret store is global, false otherwise. Default: false.
a promise that resolves to an array of secret store mapping objects
Read all secret stores.
true if global secret stores are the target of the operation, false otherwise. Default: false.
a promise that resolves to an array of secret store objects
Update secret store
secret store to import
true if the secret store is global, false otherwise. Default: false.
a promise that resolves to a secret store object
Update secret store mapping
Secret store id
Secret store type id
secret store mapping to import
true if the secret store mapping is global, false otherwise. Default: false.
a promise that resolves to a secret store mapping object
Create an empty secret store export template