Show / Hide Table of Contents

Class ZprDeniedSecurityActionDetails

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

Inheritance
object
ZprDeniedSecurityActionDetails
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 ZprDeniedSecurityActionDetails

Properties

EvaluatedZprPolicies

Declaration
[JsonProperty(PropertyName = "evaluatedZprPolicies")]
public List<ZprPolicy> EvaluatedZprPolicies { get; set; }
Property Value
Type Description
List<ZprPolicy>

The list of evaluated zpr policies associated with the OCI resource.

IsRestrictedOrPartial

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

If true, the evaluated zpr policy ID details are incomplete.

Remarks

Required

In this article
Back to top