Class GlobalSettings
Details of the tenancy level global settings in Data Safe.
Inherited Members
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. |