cdx-proto
    Preparing search index...

    Type Alias OutputType

    OutputType: Message<"cyclonedx.v1_6.OutputType"> & {
        data?: cdx_16.AttachedText;
        environmentVars: cdx_16.EnvironmentVars[];
        properties: cdx_16.Property[];
        resource?: cdx_16.ResourceReferenceChoice;
        source?: cdx_16.ResourceReferenceChoice;
        target?: cdx_16.ResourceReferenceChoice;
        type?: cdx_16.OutputType_OutputTypeType;
    }

    Type that represents various output data types and formats.

    Type Declaration

    • Optionaldata?: cdx_16.AttachedText

      Outputs that have the form of data.

      from field: optional cyclonedx.v1_6.AttachedText data = 5;

    • environmentVars: cdx_16.EnvironmentVars[]

      Outputs that have the form of environment variables.

      from field: repeated cyclonedx.v1_6.EnvironmentVars environmentVars = 6;

    • properties: cdx_16.Property[]

      Additional properties of the output data.

      from field: repeated cyclonedx.v1_6.Property properties = 7;

    • Optionalresource?: cdx_16.ResourceReferenceChoice

      A reference to an independent resource generated as output by the task.

      from field: optional cyclonedx.v1_6.ResourceReferenceChoice resource = 4;

    • Optionalsource?: cdx_16.ResourceReferenceChoice

      Component or service that generated or provided the output from the task (e.g., a build tool)

      from field: optional cyclonedx.v1_6.ResourceReferenceChoice source = 2;

    • Optionaltarget?: cdx_16.ResourceReferenceChoice

      Component or service that received the output from the task (e.g., reference to an artifactory service with data flow value of outbound)

      from field: optional cyclonedx.v1_6.ResourceReferenceChoice target = 3;

    • Optionaltype?: cdx_16.OutputType_OutputTypeType

      Describes the type of data output.

      from field: optional cyclonedx.v1_6.OutputType.OutputTypeType type = 1;

    from message cyclonedx.v1_6.OutputType