Show / Hide Table of Contents

Class AllowedSecurityAction

Defines the security action taken on allowed traffic.

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

Properties

AllowedSecurityActionDetails

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