cdx-proto
    Preparing search index...

    Type Alias OutputType

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

    Type that represents various output data types and formats.

    Type declaration

    • Optionaldata?: AttachedText

      Outputs that have the form of data.

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

    • environmentVars: EnvironmentVars[]

      Outputs that have the form of environment variables.

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

    • properties: Property[]

      Additional properties of the output data.

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

    • Optionalresource?: ResourceReferenceChoice

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

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

    • Optionalsource?: 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?: 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?: OutputType_OutputTypeType

      Describes the type of data output.

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

    from message cyclonedx.v1_6.OutputType