Skip to main content

Adding Field Type Values to Field Types

Field type values are the specific options users can select or that policies evaluate within a field type. For example, a field type called "Product Category" might have values such as "Lawn Care," "Appliances," and "Tools." These values enable fine-grained access control by allowing policies to make decisions based on specific categories rather than broad types.

After creating an application field type, you must add field type values before the field type can be used in access requests or PBAC policies.

Prerequisites

Before adding field type values, ensure you have:

  • Access to Resource Admin with the Application RBAC Owner Management Role (or higher)
  • An existing application field type to which you'll add values

Procedure

  1. Sign in to Resource Admin and select Applications from the Resource Type menu.

  2. Search for your target PBAC application and click the Details button. Locating PBAC application The application Overview page opens. Application overview

  3. From the application menu, select PBAC Definitions > App Owned Field Types.

  4. Locate the field type to which you want to add values, click the gear icon next to it, and select Manage Field Type Values. Managing field type values

  5. In the Field Type Values interface, complete the following fields for each value:

    FieldDescription
    ValueA unique identifier for the field type value (e.g., LawnCare, Appliances, Tools). This internal identifier is used in policy definitions.
    Value Display NameThe user-friendly label shown during access requests (e.g., "Lawn Care", "Appliances", "Tools").
    DescriptionA brief explanation of what this value represents, helpful for administrators configuring policies.

    Adding field type values To add multiple values, click Add New Item and complete the fields for each entry.

  6. Click Next after entering all values. Field type values entered

  7. In the Operation Execution Summary, click Submit to save the field type values.

Verify the Results

To confirm the field type values were added successfully:

  1. Return to App Owned Field Types in the application menu
  2. Click Details for the modified field type Viewing field type details All associated field type values appear in the detail view. Field type values displayed
Security Note

Only users with appropriate RBAC roles can modify field type values. All changes are logged for auditing purposes. Field type values directly impact PBAC policy enforcement, so ensure additions align with business logic and compliance requirements.

Next Steps

After adding field type values:

  • Associate the field type with application rights so it appears during access requests
  • Create PBAC policies that evaluate these field type values
  • Test the field type in an access request to verify values display correctly