Show / Hide Table of Contents

Class UpdateDecryptionProfileDetails

Update Request for Decryption Profile used on the firewall policy rules.

Inheritance
object
UpdateDecryptionProfileDetails
UpdateSslForwardProxyProfileDetails
UpdateSslInboundInspectionProfileDetails
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(UpdateDecryptionProfileDetailsModelConverter))]
public class UpdateDecryptionProfileDetails

Properties

Description

Declaration
[JsonProperty(PropertyName = "description")]
public string Description { get; set; }
Property Value
Type Description
string

The description of the decryption profile. This field can be used to add additional info.

In this article
Back to top