Class: Aws::QuickSight::Types::LabelActionMapping

Inherits:
Struct
  • Object
show all
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

Instance Attribute Details

#actionString

The enforcement action to apply when content with this sensitivity label is detected. Valid values are ALLOW, BLOCK, and WARN.

Returns:

  • (String)


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_idString

The identifier of the sensitivity label from the DLP provider.

Returns:

  • (String)


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_nameString

The display name of the sensitivity label from the DLP provider.

Returns:

  • (String)


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