cdx-proto
    Preparing search index...

    Type Alias Command

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

    Type Declaration

    • Optionalexecuted?: string

      A text representation of the executed command.

      from field: optional string executed = 1;

    • properties: cdx_16.Property[]

      Domain-specific command properties.

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

    from message cyclonedx.v1_6.Command