Cerbos JavaScript SDK
    Preparing search index...

    Interface ChangeOriginInternal

    Details of a change made to a store by an internal application.

    interface ChangeOriginInternal {
        from: "internal";
        metadata?: Record<string, Value>;
        source?: string;
    }
    Index

    Properties

    from: "internal"

    Discriminator to mark the change as being made by an internal application.

    metadata?: Record<string, Value>

    User-defined metadata about the origin of the change.

    source?: string

    The source of the change.