Show / Hide Table of Contents

Class ZprAllowedSecurityActionDetails

Defines details for the security action taken on zpr allowed traffic.

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

Properties

AllowedSecurityConfiguration

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

IsRestrictedOrPartial

Declaration
[Required(ErrorMessage = "IsRestrictedOrPartial is required.")]
[JsonProperty(PropertyName = "isRestrictedOrPartial")]
public bool? IsRestrictedOrPartial { get; set; }
Property Value
Type Description
bool?

If true, the allowed security configuration details are incomplete.

Remarks

Required

In this article
Back to top