@Generated(value="OracleSDKGenerator", comments="API Version: 20181201") public enum SecurityAssessmentReferences extends Enum<SecurityAssessmentReferences> implements BmcEnum
A filter to return only findings that match the specified reference. Currently supported values are STIG, CIS, and GDPR. Here STIG refers to DISA STIG, CIS refers to CIS Benchmark, and GDPR refers to EU GDPR.
Modifier and Type | Method and Description |
---|---|
static SecurityAssessmentReferences |
create(String key) |
String |
getValue() |
static SecurityAssessmentReferences |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SecurityAssessmentReferences[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final SecurityAssessmentReferences Stig
public static final SecurityAssessmentReferences Cis
public static final SecurityAssessmentReferences Gdpr
public static SecurityAssessmentReferences[] values()
for (SecurityAssessmentReferences c : SecurityAssessmentReferences.values()) System.out.println(c);
public static SecurityAssessmentReferences valueOf(String name)
name
- the name of the enum constant to be returned.IllegalArgumentException
- if this enum type has no constant with the specified nameNullPointerException
- if the argument is nullpublic static SecurityAssessmentReferences create(String key)
Copyright © 2016–2024. All rights reserved.