Boundary controller HTTP API
Credential Library Service
Lists all Credential Library.
Query Parameters
credential_store_id
string
filter
string
list_token
string
An opaque token used to continue an existing iteration or request updated items. If not specified, pagination will start from the beginning.
page_size
integer
The maximum size of a page in this iteration. If unset, the default page size configured will be used. If the page_size is greater than the max page size configured, the page size will be truncated to this number.
Creates a single Credential Library.
Body Parameters
credential_store_id
string
The ID of the Credential Store of which this Credential Library 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 Library type.
attributes
object
The attributes that are applicable for the specific Credential Library type.
credential_type
string
The type of credential this library will issue, defaults to Unspecified
credential_mapping_overrides
object
The credential mapping overrides
Gets a single Credential Library.
Path Parameters
id
string
RequiredDeletes a Credential Library
Path Parameters
id
string
RequiredUpdates a Credential Library.
Path Parameters
id
string
RequiredBody Parameters
credential_store_id
string
The ID of the Credential Store of which this Credential Library 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 Library type.
attributes
object
The attributes that are applicable for the specific Credential Library type.
credential_type
string
The type of credential this library will issue, defaults to Unspecified
credential_mapping_overrides
object
The credential mapping overrides