cdx-proto
    Preparing search index...

    Type Alias Swid

    Swid: Message<"cyclonedx.v1_6.Swid"> & {
        name: string;
        patch?: boolean;
        tagId: string;
        tagVersion?: number;
        text?: AttachedText;
        url?: string;
        version?: string;
    }

    Type declaration

    • name: string

      Maps to the name of a SoftwareIdentity.

      from field: string name = 2;

    • Optionalpatch?: boolean

      Maps to the patch of a SoftwareIdentity. Defaults to 'false' if not specified.

      from field: optional bool patch = 5;

    • tagId: string

      Maps to the tagId of a SoftwareIdentity.

      from field: string tag_id = 1;

    • OptionaltagVersion?: number

      Maps to the tagVersion of a SoftwareIdentity. Defaults to '0' if not specified.

      from field: optional int32 tag_version = 4;

    • Optionaltext?: AttachedText

      Specifies the full content of the SWID tag.

      from field: optional cyclonedx.v1_6.AttachedText text = 6;

    • Optionalurl?: string

      The URL to the SWID file.

      from field: optional string url = 7;

    • Optionalversion?: string

      Maps to the version of a SoftwareIdentity. Defaults to '0.0' if not specified.

      from field: optional string version = 3;

    from message cyclonedx.v1_6.Swid