Enumeration Scope

Generated

from enum cyclonedx.v1_5.Scope

Enumeration Members

EXCLUDED: 3

Components that are excluded provide the ability to document component usage for test and other non-runtime purposes. Excluded components are not reachable within a call graph at runtime.

Generated

from enum value: SCOPE_EXCLUDED = 3;

OPTIONAL: 2

The component is optional at runtime. Optional components are components that are not capable of being called due to them not be installed or otherwise accessible by any means. Components that are installed but due to configuration or other restrictions are prohibited from being called must be scoped as 'required'.

Generated

from enum value: SCOPE_OPTIONAL = 2;

REQUIRED: 1

The component is required for runtime

Generated

from enum value: SCOPE_REQUIRED = 1;

UNSPECIFIED: 0

Default

Generated

from enum value: SCOPE_UNSPECIFIED = 0;