cdx-proto
    Preparing search index...

    Type Alias OutputType

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

    Type declaration

    • Optionaldata?: cdx_15.AttachedText

      Outputs that have the form of data.

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

    • environmentVars: cdx_15.EnvironmentVars[]

      Outputs that have the form of environment variables.

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

    • properties: cdx_15.Property[]

      Additional properties of the output data.

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

    • Optionalresource?: cdx_15.ResourceReferenceChoice

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

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

    • Optionalsource?: cdx_15.ResourceReferenceChoice

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

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

    • Optionaltarget?: cdx_15.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_5.ResourceReferenceChoice target = 3;

    • Optionaltype?: cdx_15.OutputType_OutputTypeType

      Describes the type of data output.

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

    from message cyclonedx.v1_5.OutputType