Show / Hide Table of Contents

Enum ConfigSeverity

Qualitative evaluation of the severity for a vulnerability, from NONE to CRITICAL. Used to configure requests that specify severity requirements, that's why UNSET is also a valid value (unlike in VulnerabilitySeverity).

Namespace: Oci.AdmService.Models
Assembly: OCI.DotNetSDK.Adm.dll
Syntax
public enum ConfigSeverity

Fields

Name Description
Critical
High
Low
Medium
None
UnknownEnumValue
Unset
In this article
Back to top