class

CycloneDX::Service

Inherits JSON::Serializable / Reference / Object

Constructors

new(name : String, version : String | Nil = nil, bom_ref : String | Nil = nil, provider : OrganizationalEntity | Nil = nil, group : String | Nil = nil, description : String | Nil = nil, endpoints : Array(String) | Nil = nil, authenticated : Bool | Nil = nil, x_trust_boundary : Bool | Nil = nil, trust_zone : String | Nil = nil, data : Array(DataClassification) | Nil = nil, licenses : Array(License | LicenseExpression) | Nil = nil, external_references : Array(ExternalReference) | Nil = nil, properties : Array(Property) | Nil = nil, services : Array(Service) | Nil = nil, tags : Array(String) | Nil = nil, release_notes : ReleaseNotes | Nil = nil)
Source
new(*, __pull_for_json_serializable pull : JSON::PullParser)
Source

Instance methods

authenticated
Source
bom_ref
Source
data
Source
description
Source
endpoints
Source
external_references
Source
group
Source
licenses
Source
name
Source
properties
Source
provider
Source
release_notes
Source
services
Source
tags
Source
to_xml(xml : XML::Builder)
Source
trust_zone
Source
version
Source
x_trust_boundary
Source