create-abfs-credential

subtitle

Create an ABFS Cloud Credential.

version

0.9.112

Description

Creates a new ABFS cloud credential.

Synopsis

  create-abfs-credential
--name <value>
--clusters <value>
--type <value>
[--access-key <value>]
[--storage-account-name <value>]
[--client-id <value>]
[--client-secret-key <value>]
[--tenant-id <value>]
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--name (string)

Name of the credential.

--clusters (array)

List of cluster CRNs where the credential should be created.

Syntax:

"string" "string" ...

--type (string)

ABFS cloud credential type.

Possible values:

  • ACCESSKEY

  • CLIENTKEY

--access-key (string)

ABFS access key.

--storage-account-name (string)

ABFS storage account name.

--client-id (string)

Client ID of an Active Directory service principal account.

--client-secret-key (string)

Client Key of an Active Directory service principal account.

--tenant-id (string)

Tenant ID of an Active Directory service principal account.

--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

errors -> (array)

The list of response errors in case of a partial failure while creating the credential.

item -> (object)

API error.

code -> (integer)

Error code.

message -> (string)

Error message.

status -> (string)

Error status.

clusterUrl -> (string)

Cluster URL.

requestId -> (string)

Request ID.

Form Factors

public