Class: Aws::Types::MicrosoftPurviewProviderConfig

Inherits:
Object
  • Object
show all
Defined in:
sig/types.rbs

Constant Summary collapse

SENSITIVE =

Returns:

  • ([])

Instance Attribute Summary collapse

Instance Attribute Details

#credentialsTypes::MicrosoftPurviewCredentials

Returns the value of attribute credentials.



8479
8480
8481
# File 'sig/types.rbs', line 8479

def credentials
  @credentials
end

#label_action_mappings::Array[Types::LabelActionMapping]

Returns the value of attribute label_action_mappings.

Returns:



8480
8481
8482
# File 'sig/types.rbs', line 8480

def label_action_mappings
  @label_action_mappings
end

#unmapped_action"ALLOW", ...

Returns the value of attribute unmapped_action.

Returns:

  • ("ALLOW", "WARN", "BLOCK")


8481
8482
8483
# File 'sig/types.rbs', line 8481

def unmapped_action
  @unmapped_action
end