Class CreateDecryptionProfileDetails
Request for Decryption Profile used on the firewall policy rules.
Inheritance
CreateDecryptionProfileDetails
Inherited Members
Namespace: Oci.NetworkfirewallService.Models
Assembly: OCI.DotNetSDK.Networkfirewall.dll
Syntax
[JsonConverter(typeof(CreateDecryptionProfileDetailsModelConverter))]
public class CreateDecryptionProfileDetails
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. |
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