get-fgac-status-by-assets¶
- subtitle
get FGAC (Fine-Grained Access Control) status by assets.
- version
0.9.164
Description¶
Detects whether tables being added to a Data Share have matching Ranger FGAC (Fine-Grained Access Control) policies.
Synopsis¶
get-fgac-status-by-assets
--datalake-crn <value>
--environment-crn <value>
--assets <value>
[--cli-input-json <value>]
[--generate-cli-skeleton]
Options¶
--datalake-crn (string)
The CRN of the Data Lake where the assets are located.
--environment-crn (string)
The CRN of the Environment where the assets are located.
--assets (array)
List of assets to get FGAC status for.
Shorthand Syntax:
databaseName=string,tableName=string ... (separate items with spaces)
JSON Syntax:
[
{
"databaseName": "string",
"tableName": "string"
}
...
]
--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¶
listOfFgacStatus -> (map)
list of FGAC statuses for the assets.
key -> (string)
value -> (string)
FGAC enabled status for the asset.
Form Factors¶
public