CycloneDX::Service
Inherits JSON::Serializable / Reference / Object
Constructors
new(pull : JSON::PullParser)
Sourcenew(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)
Sourcenew(*, __pull_for_json_serializable pull : JSON::PullParser)
SourceInstance methods
authenticated
Sourcebom_ref
Sourcedata
Sourcedescription
Sourceendpoints
Sourceexternal_references
Sourcegroup
Sourcelicenses
Sourcename
Sourceproperties
Sourceprovider
Sourcerelease_notes
Sourceservices
Sourcetags
Sourceto_xml(xml : XML::Builder)
Sourcetrust_zone
Sourceversion
Sourcex_trust_boundary
Source