cdx-proto
    Preparing search index...

    Type Alias Command

    Command: Message<"cyclonedx.v1_5.Command"> & {
        executed?: string;
        properties: cdx_15.Property[];
    }

    Type declaration

    • Optionalexecuted?: string

      A text representation of the executed command.

      from field: optional string executed = 1;

    • properties: cdx_15.Property[]

      Domain-specific command properties.

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

    from message cyclonedx.v1_5.Command