cdx-proto
    Preparing search index...

    Type Alias IdentifiableAction

    IdentifiableAction: Message<"cyclonedx.v1_5.IdentifiableAction"> & {
        email?: string;
        name?: string;
        timestamp?: Timestamp;
    }

    Type declaration

    • Optionalemail?: string

      The email address of the individual who performed the action

      from field: optional string email = 3;

    • Optionalname?: string

      The name of the individual who performed the action

      from field: optional string name = 2;

    • Optionaltimestamp?: Timestamp

      The timestamp in which the action occurred

      from field: optional google.protobuf.Timestamp timestamp = 1;

    from message cyclonedx.v1_5.IdentifiableAction