EnableDataSafeConfigurationDetails¶
-
class
oci.data_safe.models.
EnableDataSafeConfigurationDetails
(**kwargs)¶ Bases:
object
The details used to enable Data Safe in the tenancy and region.
Methods
__init__
(**kwargs)Initializes a new EnableDataSafeConfigurationDetails object with values from keyword arguments. Attributes
is_enabled
[Required] Gets the is_enabled of this EnableDataSafeConfigurationDetails. -
__init__
(**kwargs)¶ Initializes a new EnableDataSafeConfigurationDetails object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):
Parameters: is_enabled (bool) – The value to assign to the is_enabled property of this EnableDataSafeConfigurationDetails.
-
is_enabled
¶ [Required] Gets the is_enabled of this EnableDataSafeConfigurationDetails. Indicates if Data Safe is enabled.
Returns: The is_enabled of this EnableDataSafeConfigurationDetails. Return type: bool
-