Type Alias entity_Source

entity_Source: {
    creationTimestamp?: string;
    description?: string;
    id?: number;
    labels?: string[];
    name?: string;
    owners?: string[];
    remote?: url_URL;
    sourceProvider?: constant_SourceProviderType;
    updateTimestamp?: string;
}

Type declaration

  • OptionalcreationTimestamp?: string

    CreationTimestamp is the timestamp of the created for the source.

  • Optionaldescription?: string

    Description is a human-readable description of the source.

  • Optionalid?: number

    ID is the id of the source.

  • Optionallabels?: string[]

    Labels are custom labels associated with the source.

  • Optionalname?: string

    Name is the name of the source.

  • Optionalowners?: string[]

    Owners is a list of owners for the source.

  • Optionalremote?: url_URL

    Remote is the source URL, including scheme.

  • OptionalsourceProvider?: constant_SourceProviderType

    SourceProvider is the type of the source provider.

  • OptionalupdateTimestamp?: string

    UpdateTimestamp is the timestamp of the updated for the source.