interface AuthnIdentityCommon {
    policy: string | string[];
}

Hierarchy (view full)

Properties

Properties

policy: string | string[]

A string indicating which policy accepted this request, for use when multiple policies are listed in the endpoint configuration of app.json, or list-of-strings to identify an all_of policy.