Credential Management
Operations related to Credential Management
📄️ Test the connection to a privileged access management
Tests the connection to a configured privileged access management through selected VSatellites.
📄️ Retrieves a set of Credential Manager Service configurations
Retrieves a set of stored Credential Manager Service configurations.
📄️ Add a set of Credential Manager Service configurations
Adds a set of new Credential Manager Service configurations. Only one Credential Manager Service configuration per `cmsType` per company can exist.
📄️ Update a Credential Manager Service configuration
Updates the information of an existing Credential Manager Service configuration.
📄️ Retrieves a Credential Manager Service configuration by ID
Retrieves a Credential Manager Service configuration by the specified `id`.
📄️ Delete a Credential Manager Service configuration by ID
Deletes a Credential Manager Service configuration by the specified `id`.
📄️ Test the connection to an external Privilege Access Management by ID
Tests the connection to a configured privileged access management through selected VSatellites using a specified `id`.
📄️ Retrieves credentials for a company
Retrieves a list of shared credentials for a company.
📄️ Add a set of new shared credentials
Adds a set of new shared credentials. The `name` for each credential must be unique.
📄️ Update a shared credential
Updates the information of an existing shared credential.
📄️ Delete shared credentials
Deletes existing shared credentials specified in the query parameter list of `ids`.
📄️ Retrieves shared credential by ID
Retrieves the credential matching with provided `id`.
📄️ Delete shared credential by ID
Deletes the shared credential by the specified `id`.
📄️ Test the access to shared credential by ID
Tests the access to a shared credential using a specified `id` or by providing credential values. If both an `id` and parameters are provided, parameters override existing credential values.