Class: DatadogAPIClient::V2::SBOMComponentLicenseType

Inherits:
Object
  • Object
show all
Includes:
BaseEnumModel
Defined in:
lib/datadog_api_client/v2/models/sbom_component_license_type.rb

Overview

The SBOM component license type.

Constant Summary collapse

NETWORK_STRONG_COPYLEFT =
"network_strong_copyleft".freeze
NON_STANDARD_COPYLEFT =
"non_standard_copyleft".freeze
OTHER_NON_FREE =
"other_non_free".freeze
OTHER_NON_STANDARD =
"other_non_standard".freeze
PERMISSIVE =
"permissive".freeze
PUBLIC_DOMAIN =
"public_domain".freeze
STRONG_COPYLEFT =
"strong_copyleft".freeze
WEAK_COPYLEFT =
"weak_copyleft".freeze

Method Summary

Methods included from BaseEnumModel

included