Skip to main content

Interface: FilePolicyUser

Minimal user identity passed to the policy function.

Properties

id

id: string;

isServicePrincipal?

optional isServicePrincipal: boolean;

true when the caller is the service principal (direct SDK call, not asUser).