Capabilities¶
-
class
oci.fusion_apps.models.
Capabilities
(**kwargs)¶ Bases:
object
Status of capabilities that can be enabled for an environment family.
Methods
__init__
(**kwargs)Initializes a new Capabilities object with values from keyword arguments. Attributes
is_break_glass_enabled
Gets the is_break_glass_enabled of this Capabilities. is_byok_enabled
Gets the is_byok_enabled of this Capabilities. is_data_masking_enabled
Gets the is_data_masking_enabled of this Capabilities. -
__init__
(**kwargs)¶ Initializes a new Capabilities object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: - is_data_masking_enabled (bool) – The value to assign to the is_data_masking_enabled property of this Capabilities.
- is_break_glass_enabled (bool) – The value to assign to the is_break_glass_enabled property of this Capabilities.
- is_byok_enabled (bool) – The value to assign to the is_byok_enabled property of this Capabilities.
-
is_break_glass_enabled
¶ Gets the is_break_glass_enabled of this Capabilities. Indicates whether Break Glass is enabled for the environment family.
Returns: The is_break_glass_enabled of this Capabilities. Return type: bool
-
is_byok_enabled
¶ Gets the is_byok_enabled of this Capabilities. Indicates whether customers can use their own encryption keys.
Returns: The is_byok_enabled of this Capabilities. Return type: bool
-
is_data_masking_enabled
¶ Gets the is_data_masking_enabled of this Capabilities. Indicates whether data masking is enabled for the environment family. When enabled, data masking activities are supported.
Returns: The is_data_masking_enabled of this Capabilities. Return type: bool
-