resource-manager-provided-adi

This stanza entry specifies the prefix that the authorization engine uses to determine the set of missing access decision information (ADI) provided by the resource manager.

resource-manager-provided-adi = prefix

Prefix the authorization engine uses to determine the set of missing access decision information (ADI) provided by the resource manager. To specify more than one prefix, add multiple stanza entries.

These entries must refer to existing entitlements services that were loaded with service entries in the [aznapi-entitlement-services] configuration stanza or that were loaded with an initialization attribute. If an ADI is found to be missing during a rule evaluation, each service in this list is queried in the order defined.

Options

prefix
A string prefix for its value. For example, we might want to notify the authorization engine that any ADI beginning with sales_customer_ is provided by the resource manager application. The stanza entry is:
resource-manager-provided-adi = sales_customer_

See resource-manager-provided-adi.

Usage

Optional

Default value

There is no default value.

Example

The following example shows multiple stanza entries:
resource-manager-provided-adi = sales_item_
resource-manager-provided-adi = sales_customer_

Parent topic: [aznapi-configuration] stanza