cyclonedx.model.service

This set of classes represents the data that is possible about known Services.

Note

See the CycloneDX Schema extension definition https://cyclonedx.org/docs/1.7/xml/#type_servicesType

Classes

Service

Class that models the service complex type in the CycloneDX schema.

Module Contents

class cyclonedx.model.service.Service

Bases: cyclonedx.model.dependency.Dependable

Class that models the service complex type in the CycloneDX schema.

Note

See the CycloneDX schema: https://cyclonedx.org/docs/1.7/xml/#type_service

name: str
bom_ref: cyclonedx.model.bom_ref.BomRef
provider: cyclonedx.model.contact.OrganizationalEntity | None
group: str | None
version: str | None
description: str | None
endpoints: SortedSet[XsUri]
authenticated: bool | None
x_trust_boundary: bool | None
data: SortedSet[DataClassification]
licenses: cyclonedx.model.license.LicenseRepository
external_references: SortedSet[ExternalReference]
properties: SortedSet[Property]
services: SortedSet[Service]
release_notes: cyclonedx.model.release_note.ReleaseNotes | None