ColumnLevelPermissionRule class
A rule defined to grant access on one or more restricted columns. Each dataset can have multiple rules. To create a restricted column, you add it to one or more rules. Each rule must contain at least one column and at least one user or group. To be able to see a restricted column, a user or group needs to be added to a rule for that column.
Constructors
-
ColumnLevelPermissionRule({List<
String> ? columnNames, List<String> ? principals}) -
ColumnLevelPermissionRule.fromJson(Map<
String, dynamic> json) -
factory
Properties
-
columnNames
→ List<
String> ? -
An array of column names.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
-
principals
→ List<
String> ? -
An array of Amazon Resource Names (ARNs) for QuickSight users or groups.
final
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
Methods
-
noSuchMethod(
Invocation invocation) → dynamic -
Invoked when a nonexistent method or property is accessed.
inherited
-
toJson(
) → Map< String, dynamic> -
toString(
) → String -
A string representation of this object.
inherited
Operators
-
operator ==(
Object other) → bool -
The equality operator.
inherited