Interface SoftwareCatalogApiListCatalogEntityRequest

Hierarchy

  • SoftwareCatalogApiListCatalogEntityRequest

Properties

filterExcludeSnapshot?: string

Filter entities by excluding snapshotted entities.

filterId?: string

Filter entities by UUID.

filterKind?: string

Filter entities by kind.

filterName?: string

Filter entities by name.

filterOwner?: string

Filter entities by owner.

filterRef?: string

Filter entities by reference

filterRelationType?: RelationType

Filter entities by relation type.

include?: IncludeType

Include relationship data.

pageLimit?: number

Maximum number of entities in the response.

pageOffset?: number

Specific offset to use as the beginning of the returned page.

Generated using TypeDoc