Class: Aws::QuickSight::Types::LabelActionMapping
- Inherits:
-
Struct
- Object
- Struct
- Aws::QuickSight::Types::LabelActionMapping
- Defined in:
- gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb
Overview
Maps a sensitivity label from Microsoft Purview to an enforcement action.
Constant Summary collapse
- SENSITIVE =
[]
Instance Attribute Summary collapse
-
#action ⇒ String
The enforcement action to apply when content with this sensitivity label is detected.
-
#label_id ⇒ String
The identifier of the sensitivity label from the DLP provider.
-
#label_name ⇒ String
The display name of the sensitivity label from the DLP provider.
Instance Attribute Details
#action ⇒ String
The enforcement action to apply when content with this sensitivity
label is detected. Valid values are ALLOW, BLOCK, and WARN.
29115 29116 29117 29118 29119 29120 29121 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29115 class LabelActionMapping < Struct.new( :label_id, :label_name, :action) SENSITIVE = [] include Aws::Structure end |
#label_id ⇒ String
The identifier of the sensitivity label from the DLP provider.
29115 29116 29117 29118 29119 29120 29121 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29115 class LabelActionMapping < Struct.new( :label_id, :label_name, :action) SENSITIVE = [] include Aws::Structure end |
#label_name ⇒ String
The display name of the sensitivity label from the DLP provider.
29115 29116 29117 29118 29119 29120 29121 |
# File 'gems/aws-sdk-quicksight/lib/aws-sdk-quicksight/types.rb', line 29115 class LabelActionMapping < Struct.new( :label_id, :label_name, :action) SENSITIVE = [] include Aws::Structure end |