SettingsPurgeConfigs

class oci.identity_domains.models.SettingsPurgeConfigs(**kwargs)

Bases: object

Purge Configs for different Resource Types

Methods

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

Attributes

resource_name [Required] Gets the resource_name of this SettingsPurgeConfigs.
retention_period [Required] Gets the retention_period of this SettingsPurgeConfigs.
__init__(**kwargs)

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

Parameters:
  • resource_name (str) – The value to assign to the resource_name property of this SettingsPurgeConfigs.
  • retention_period (int) – The value to assign to the retention_period property of this SettingsPurgeConfigs.
resource_name

[Required] Gets the resource_name of this SettingsPurgeConfigs. Resource Name

Deprecated Since: 19.1.6

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
Returns:The resource_name of this SettingsPurgeConfigs.
Return type:str
retention_period

[Required] Gets the retention_period of this SettingsPurgeConfigs. Retention Period

Deprecated Since: 19.1.6

SCIM++ Properties:
  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: integer
Returns:The retention_period of this SettingsPurgeConfigs.
Return type:int