show_credential_set_info

Displays the parameters of credential sets defined with target types.

Format

emcli show_credential_set_info       [-target_type="<target_type>"]       [-set_name="<credential_set_name>"]

[ ]  indicates that the parameter is optional

Options

  • target_type

    Type of target. The default is to display the credential set defined for all target types.

  • set_name

    Name of the credential set. The default is to display all credential sets defined for a target type.

Examples

Example 1

This example displays the details of all credential sets defined with all target types:

emcli show_credential_set_info

Example 2

This example displays all credential sets defined with the oracle_database target type:

emcli show_credential_set_info -target_type=oracle_database