Class EnableDataSafeConfigurationDetails
The details used to enable Data Safe in the tenancy and region.
Inherited Members
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