get-credentials

subtitle

Get Cloud Credentials from a Cluster.

version

0.9.109

Description

Returns cloud credentials on a specific cluster.

Synopsis

  get-credentials
--cluster-crn <value>
[--credential-name <value>]
[--credential-id <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--cluster-crn (string)

CRN of the cluster where the credential is.

--credential-name (string)

Name of the credential. If both name and Id are specified, the Id is considered.

--credential-id (string)

Id of the credential. If both name and Id are specified, the Id is considered.

--cli-input-json (string)

Performs service operation based on the JSON string provided. The JSON string follows the format provided by --generate-cli-skeleton. If other arguments are provided on the command line, the CLI values will override the JSON-provided values.

--generate-cli-skeleton (boolean)

Prints a sample input JSON to standard output. Note the specified operation is not run if this argument is specified. The sample input can be used as an argument for --cli-input-json.

Output

credentials -> (array)

List of credentials.

item -> (object)

Cloud credential details for by-name or by-id cloud credential request.

id -> (string)

Credential id.

name -> (string)

Credential name.

provider -> (string)

Credential provider.

authType -> (string)

Authentication type.

creationTime -> (datetime)

Creation time.

lastModifiedTime -> (datetime)

Last modified time.

configs -> (map)

Configurations.

key -> (string)

value -> (string)

customConfigs -> (array)

Custom configurations.

item -> (object)

Custom key/value configurations.

name -> (string)

Name.

value -> (string)

Value.

confidential -> (boolean)

Whether the value is confidential.

Form Factors

public