Show / Hide Table of Contents

Class OciFssSecurity

Security options for OCI FSS File System.

Inheritance
object
OciFssSecurity
OciFssSysSecurity
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.ContainerinstancesService.Models
Assembly: OCI.DotNetSDK.Containerinstances.dll
Syntax
[JsonConverter(typeof(OciFssSecurityModelConverter))]
public class OciFssSecurity

Properties

IsEncryptedInTransit

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

Determines whether in-transit encryption needs to be enables. Check https://docs.oracle.com/en-us/iaas/Content/File/Tasks/intransitencryption.htm#Using_Intransit_Encryption for more details.

In this article
Back to top