Skip to content

Latest commit

 

History

History
18 lines (12 loc) · 552 Bytes

core.principal.attributes.md

File metadata and controls

18 lines (12 loc) · 552 Bytes

Home > @cerbos/core > Principal > attributes

Principal.attributes property

Warning: This API is now obsolete.

Use Principal.attr instead, for consistency with policy expressions.

Application-specific attributes describing the principal (deprecated).

Signature:

attributes?: Record<string, Value> | undefined;