Home > @cerbos/core > ResourceSearch
Search criteria to match a resource in results.
Signature:
export type ResourceSearch = Omit<Resource, "attr" | "attributes">;
References: Resource
kind
and id
are required; policy_version
and scope
may also be provided if needed to distinguish between multiple results for the same kind
and id
.