Show / Hide Table of Contents

Class SecurityAction

Defines the security action details taken on the traffic.

Inheritance
object
SecurityAction
AllowedSecurityAction
DeniedSecurityAction
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
[JsonConverter(typeof(SecurityActionModelConverter))]
public class SecurityAction

Properties

ActionType

Declaration
[Required(ErrorMessage = "ActionType is required.")]
[JsonProperty(PropertyName = "actionType")]
[JsonConverter(typeof(ResponseEnumConverter))]
public SecurityAction.ActionTypeEnum? ActionType { get; set; }
Property Value
Type Description
SecurityAction.ActionTypeEnum?

Type of the SecurityAction.

Remarks

Required

In this article
Back to top