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
Class that models the service complex type in the CycloneDX schema. |
Module Contents
- class cyclonedx.model.service.Service
Bases:
cyclonedx.model.dependency.DependableClass 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
- authenticated: bool | None
- x_trust_boundary: bool | None
- data: SortedSet[DataClassification]
- external_references: SortedSet[ExternalReference]
- release_notes: cyclonedx.model.release_note.ReleaseNotes | None