Boundary Controller HTTP API
Credential Store Service
Lists all Credential Stores.
Query Parameters
scope_id
string
recursive
boolean
filter
string
Creates a single Credential Store.
Body Parameters
scope_id
string
The ID of the Scope of which this Credential Store is a part.
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
type
string
The Credential Store type.
attributes
object
The attributes that are applicable for the specific Credential Store type.
Gets a single Credential Store.
Path Parameters
id
string
RequiredDeletes a CredentialStore
Path Parameters
id
string
RequiredUpdates a Credential Store.
Path Parameters
id
string
RequiredBody Parameters
scope_id
string
The ID of the Scope of which this Credential Store is a part.
name
string
Optional name for identification purposes.
description
string
Optional user-set description for identification purposes.
version
integer
Version is used in mutation requests, after the initial creation, to ensure this resource has not changed. The mutation will fail if the version does not match the latest known good version.
type
string
The Credential Store type.
attributes
object
The attributes that are applicable for the specific Credential Store type.