Show / Hide Table of Contents

Class DeniedSecurityAction

Defines the security action taken on denied traffic.

Inheritance
object
SecurityAction
DeniedSecurityAction
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 DeniedSecurityAction : SecurityAction

Properties

DeniedSecurityActionDetails

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