Show / Hide Table of Contents

Class ZprAllowedSecurityAction

Defines the security action taken on zpr allowed traffic.

Inheritance
object
SecurityAction
ZprAllowedSecurityAction
Inherited Members
SecurityAction.ActionType
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 ZprAllowedSecurityAction : SecurityAction

Properties

AllowedSecurityActionDetails

Declaration
[JsonProperty(PropertyName = "allowedSecurityActionDetails")]
public ZprAllowedSecurityActionDetails AllowedSecurityActionDetails { get; set; }
Property Value
Type Description
ZprAllowedSecurityActionDetails
In this article
Back to top