Show / Hide Table of Contents

Class Capabilities

Status of capabilities that can be enabled for an environment family.

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

Properties

IsBreakGlassEnabled

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

Indicates whether Break Glass is enabled for the environment family.

IsByokEnabled

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

Indicates whether customers can use their own encryption keys.

IsDataMaskingEnabled

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

Indicates whether data masking is enabled for the environment family. When enabled, data masking activities are supported.

In this article
Back to top