Show / Hide Table of Contents

Class AllowedSecurityActionDetails

Defines details for the security action taken on allowed traffic.

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

Properties

AllowedSecurityConfiguration

Declaration
[JsonProperty(PropertyName = "allowedSecurityConfiguration")]
public AllowedSecurityConfiguration AllowedSecurityConfiguration { get; set; }
Property Value
Type Description
AllowedSecurityConfiguration

IsRestrictedOrPartial

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

If true, the allowed security configuration details are incomplete.

Remarks

Required

In this article
Back to top