ConfigListRequest

class tracdap.api.ConfigListRequest

List config entries available in the TRAC metadata store.

See also

TracAdminApi

configClass: str

Config class to list entries for.

configType: tracdap.metadata.ConfigType | None

Limit the response to CONFIG objects of the specified type (optional).

includeDeleted: bool

Whether to include deleted entries in the response.

resourceType: tracdap.metadata.ResourceType | None

Limit the response to RESOURCE objects of the specified type (optional).

tenant: str

Tenant code for the requested operation, always required.