Skip to content

Latest commit

 

History

History
19 lines (11 loc) · 585 Bytes

core.resourcesearch.md

File metadata and controls

19 lines (11 loc) · 585 Bytes

Home > @cerbos/core > ResourceSearch

ResourceSearch type

Search criteria to match a resource in results.

Signature:

export type ResourceSearch = Omit<Resource, "attr" | "attributes">;

References: Resource

Remarks

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.