get-association-details

subtitle

Get policy association details.

version

0.9.159

Description

Get details about policy association. It contains directAssociation and starAssociation. ‘directAssociation’ will provide details on set of policies which are associated with individual tables and ‘starAssociation” will provide details on policies which are associated at namespace level.

Synopsis

  get-association-details
--datahub-crn <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]

Options

--datahub-crn (string)

The CRN of the Cloudera Lakehouse Optimizer Data Hub.

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

directionAssociation -> (array)

The direct table to policy associations for each namespace.

item -> (object)

Describes direct table to policy association details per namespace.

namespace -> (string)

The namespace.

status -> (string)

The namespace status.

tables -> (array)

The table to policy associations for a namespace

item -> (object)

Describes table to policy associations.

tableName -> (string)

The table name.

policies -> (array)

The list of associated policies for the table.

lastExecutionEpoch -> (integer)

The last executed maintenance task in epoch milliseconds.

status -> (string)

The table status.

starAssociation -> (array)

The policy to entire namespace associations for each catalog.

item -> (object)

Describes policy to entire namespace association details per catalog.

catalog -> (string)

The catalog.

status -> (string)

The catalog status.

namespaces -> (array)

The policy to namespace associations for a catalog.

item -> (object)

Describes policy to namespace associations.

namespace -> (string)

The namespace.

status -> (string)

The namespace status.

policies -> (array)

The list of associated policies for the namespace.

Form Factors

public