clear_auths

Definition

Clears visibility labels assigned to the defined user or group.

Usage

clear_auths '@<group_name>' | '<user_name>', <labels_array[]>
Arguments
Parameter Description

group_name

A users group name

user_name

A user name

labels_array

An array of visibility labels

CAUTION
Calling the command without the labels_array parameter is available, but does not lead to any changes.

Examples

hbase(main):005:0> clear_auths 'dasha', ['SECRET']
Took 0.1608 seconds
hbase(main):006:0> get_auths 'dasha'
PRIVATE
Took 0.0129 seconds
=> #<Java::JavaUtil::Collections::UnmodifiableRandomAccessList:0x526893f>
Found a mistake? Seleсt text and press Ctrl+Enter to report it