AssessedResourceType Class

public final class AssessedResourceType
extends ExpandableStringEnum<AssessedResourceType>

Sub-assessment resource type.

Field Summary

Modifier and Type Field and Description
static final AssessedResourceType CONTAINER_REGISTRY_VULNERABILITY

Static value ContainerRegistryVulnerability for AssessedResourceType.

static final AssessedResourceType SERVER_VULNERABILITY

Static value ServerVulnerability for AssessedResourceType.

static final AssessedResourceType SQL_SERVER_VULNERABILITY

Static value SqlServerVulnerability for AssessedResourceType.

Constructor Summary

Constructor Description
AssessedResourceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AssessedResourceType value.

Method Summary

Modifier and Type Method and Description
static AssessedResourceType fromString(String name)

Creates or finds a AssessedResourceType from its string representation.

static Collection<AssessedResourceType> values()

Gets known AssessedResourceType values.

Methods inherited from ExpandableStringEnum

Methods inherited from java.lang.Object

Field Details

CONTAINER_REGISTRY_VULNERABILITY

public static final AssessedResourceType CONTAINER_REGISTRY_VULNERABILITY

Static value ContainerRegistryVulnerability for AssessedResourceType.

SERVER_VULNERABILITY

public static final AssessedResourceType SERVER_VULNERABILITY

Static value ServerVulnerability for AssessedResourceType.

SQL_SERVER_VULNERABILITY

public static final AssessedResourceType SQL_SERVER_VULNERABILITY

Static value SqlServerVulnerability for AssessedResourceType.

Constructor Details

AssessedResourceType

@Deprecated
public AssessedResourceType()

Deprecated

Use the fromString(String name) factory method.

Creates a new instance of AssessedResourceType value.

Method Details

fromString

public static AssessedResourceType fromString(String name)

Creates or finds a AssessedResourceType from its string representation.

Parameters:

name - a name to look for.

Returns:

the corresponding AssessedResourceType.

values

public static Collection values()

Gets known AssessedResourceType values.

Returns:

known AssessedResourceType values.

Applies to