Skip to main content
show_credential(credential_name=None, options=)[source]

Shows information about a specified credential or all credentials.

Parameters

credential_name (str) –

Name of the credential on which to retrieve information. The name must refer to a currently existing credential. If ‘*’ is specified, information about all credentials will be returned.

options (dict of str to str) –

Optional parameters. The default value is an empty dict ( ).

Returns

A dict with the following entries–

credential_names (list of str) –

A list of all credential names.

credential_types (list of str) –

A list of each credential’s type.

credential_identities (list of str) –

A list of each credential’s identity.

credentials (list of str) –

A list of each credential’s create_credential_request JSON encoded structure.

additional_info (list of dicts of str to str) –

Additional information about the respective credential in output parameter credential_names.

info (dict of str to str) –

Additional information.