Member Junction
    Preparing search index...

    Input for Authorization.Check.

    interface AuthorizationCheckInput {
        Names: string[];
    }
    Index

    Properties

    Properties

    Names: string[]

    Authorization names to evaluate (e.g. Orders.Price.OverrideList). Matching is case-insensitive. Empty array returns an empty Results list.