Show / Hide Table of Contents

Class CreateDecryptionProfileDetails

Request for Decryption Profile used on the firewall policy rules.

Inheritance
object
CreateDecryptionProfileDetails
CreateSslForwardProxyProfileDetails
CreateSslInboundInspectionProfileDetails
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
[JsonConverter(typeof(CreateDecryptionProfileDetailsModelConverter))]
public class CreateDecryptionProfileDetails

Properties

Name

Declaration
[Required(ErrorMessage = "Name is required.")]
[JsonProperty(PropertyName = "name")]
public string Name { get; set; }
Property Value
Type Description
string

Name of the decryption profile.

Remarks

Required

In this article
Back to top