GlobalSettings

class oci.data_safe.models.GlobalSettings(**kwargs)

Bases: object

Details of the tenancy level global settings in Data Safe.

Methods

__init__(**kwargs) Initializes a new GlobalSettings object with values from keyword arguments.

Attributes

is_paid_usage Gets the is_paid_usage of this GlobalSettings.
offline_retention_period Gets the offline_retention_period of this GlobalSettings.
online_retention_period Gets the online_retention_period of this GlobalSettings.
__init__(**kwargs)

Initializes a new GlobalSettings object with values from keyword arguments. The following keyword arguments are supported (corresponding to the getters/setters of this class):

Parameters:
  • is_paid_usage (bool) – The value to assign to the is_paid_usage property of this GlobalSettings.
  • online_retention_period (int) – The value to assign to the online_retention_period property of this GlobalSettings.
  • offline_retention_period (int) – The value to assign to the offline_retention_period property of this GlobalSettings.
is_paid_usage

Gets the is_paid_usage of this GlobalSettings. The paid usage option chosen by the customer admin.

Returns:The is_paid_usage of this GlobalSettings.
Return type:bool
offline_retention_period

Gets the offline_retention_period of this GlobalSettings. The offline retention period in months.

Returns:The offline_retention_period of this GlobalSettings.
Return type:int
online_retention_period

Gets the online_retention_period of this GlobalSettings. The online retention period in months.

Returns:The online_retention_period of this GlobalSettings.
Return type:int