IBMCloud v0.0.1 IBMCloud.KeyProtect View Source

IBM Key Protect API.

Link to this section Summary

Link to this section Functions

Link to this function

build_client(endpoint, bearer_token, instance_id, adapter \\ nil)

View Source
Link to this function

create_key(client, key_body, opts \\ [])

View Source

Creates a new key.

See Create a new key for details.

Link to this function

delete_key(client, id, opts \\ [])

View Source

Deletes a key by ID.

See Delete a key by ID for details.

Link to this function

invoke_action(client, id, action, body, opts \\ [])

View Source

Invokes an action on key.

See Invoke an action on a key for details.

Link to this function

list_keys(client, opts \\ [])

View Source

Lists a list of keys.

See Retrieve a list of keys for details.

Link to this function

unwrap_key(client, id, body, opts \\ [])

View Source
Link to this function

wrap_key(client, id, body, opts \\ [])

View Source