Show / Hide Table of Contents

Class EnableDataSafeConfigurationDetails

The details used to enable Data Safe in the tenancy and region.

Inheritance
object
EnableDataSafeConfigurationDetails
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 EnableDataSafeConfigurationDetails

Properties

IsEnabled

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

Indicates if Data Safe is enabled.

Remarks

Required

In this article
Back to top