review-suggested-tags

subtitle

Review tags suggested by Data Compliance Profiler

version

0.9.151

Description

Review the tags suggested by the Data Compliance profiler.

Synopsis

  review-suggested-tags
--datalake-crn <value>
--assets <value>
--action <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--datalake-crn (string)

The CRN of the Datalake.

--assets (array)

List of assets for which tags are being reviewed.

Shorthand Syntax:

qualifiedName=string,tags=string,string ... (separate items with spaces)

JSON Syntax:

[
  {
    "qualifiedName": "string",
    "tags": ["string", ...]
  }
  ...
]

--action (string)

Action to be taken on the suggested tags. (ACCEPT, REJECT)

Possible values:

  • ACCEPT

  • REJECT

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

reviewedTags -> (array)

List of reviewed tags.

item -> (object)

Details of the reviewed tags.

qualifiedName -> (string)

The fully qualified name of the asset.

tagsUpdated -> (array)

List of tags on which have been reviewed.

item -> (string)

The name of the reviewed tag.

status -> (string)

The current status of the tags. (ACCEPTED, REJECTED, FAILED)

Form Factors

public