Show / Hide Table of Contents

Class GlobalSettings

Details of the tenancy level global settings in Data Safe.

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

Properties

IsPaidUsage

Declaration
[JsonProperty(PropertyName = "isPaidUsage")]
public bool? IsPaidUsage { get; set; }
Property Value
Type Description
bool?

The paid usage option chosen by the customer admin.

OfflineRetentionPeriod

Declaration
[JsonProperty(PropertyName = "offlineRetentionPeriod")]
public int? OfflineRetentionPeriod { get; set; }
Property Value
Type Description
int?

The offline retention period in months.

OnlineRetentionPeriod

Declaration
[JsonProperty(PropertyName = "onlineRetentionPeriod")]
public int? OnlineRetentionPeriod { get; set; }
Property Value
Type Description
int?

The online retention period in months.

In this article
Back to top