Show / Hide Table of Contents

Class SettingsPurgeConfigs

Purge Configs for different Resource Types

Inheritance
object
SettingsPurgeConfigs
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.IdentitydomainsService.Models
Assembly: OCI.DotNetSDK.Identitydomains.dll
Syntax
public class SettingsPurgeConfigs

Properties

ResourceName

Declaration
[Required(ErrorMessage = "ResourceName is required.")]
[JsonProperty(PropertyName = "resourceName")]
public string ResourceName { get; set; }
Property Value
Type Description
string

Resource Name
Deprecated Since: 19.1.6
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: string
Remarks

Required

RetentionPeriod

Declaration
[Required(ErrorMessage = "RetentionPeriod is required.")]
[JsonProperty(PropertyName = "retentionPeriod")]
public int? RetentionPeriod { get; set; }
Property Value
Type Description
int?

Retention Period
Deprecated Since: 19.1.6
SCIM++ Properties:

  • multiValued: false
  • mutability: readWrite
  • required: true
  • returned: default
  • type: integer
Remarks

Required

In this article
Back to top