Controlling rate visibility

Beeline Professional contains sensitive information that requires careful access control. By default, users are denied access to data in Professional unless explicitly granted access via a security policy.

As a Beeline Professional administrator, you use security policies and permissions to ensure that only authorized individuals can access the information necessary for their role while protecting sensitive data. Who can view which rates where is one of those data points you need to control.

Multiple rate types, such as pay and bill rates, are frequently used throughout Professional. Controlling visibility for each rate type is crucial to meet client requirements. If you use more rate types, you can create multiple policies to set the visibility for each rate type.

For example, you might need to ensure hiring managers can view applicable rate information so they can make informed budget and resource allocation decisions. While also balancing a client’s need to restrict visibility to pay rates, which are considered sensitive data. So, you can create a policy that allows hiring managers to view bill rates, but prevents them from seeing pay rates.

Before you begin

  • You must have administrator access to Professional.

  • Use the Policy Analyzer tool to check which policies apply to an Engagement: Bill Rate resource. Ensure there’s a permission policy configured to allow hiring managers to read the /root/person/engagement/engagementRate (Engagement: Bill Rate) resource.

  • Use the Policy Analyzer tool to check which policies apply to the /root/billing-rate/billing-rate-value (Reference Data: Billing Rate Value) resource. Ensure there aren’t any permission policies configured to allow managers to view all configured rates. The decision for the READ permission must either be UNSURE or DENY.

Steps

To create a security policy and restrict visibility for an individual rate, complete these steps:

  1. Log in to your Professional tenant.

  2. From the menu on the left, go to Settings  Security & Permissions. The Security & Permissions table displays.

  3. From the upper right of the Security & Permissions table, select Create Security Policy. The Add New Policy dialog displays.

  4. In the Title field, enter a meaningful title that best describes the policy. For example, you might enter:

    Managers can view bill rates
  5. In the ID field, reenter your title replacing spaces with hyphens. For example:

    managers-can-read-bill-rate
  6. Select Permit as the policy type.

  7. Select Read as the action.

  8. Select User as the actor type.

  9. From the Resource Group list, select Reference Data.

  10. In the Actor tab, select General User as the user type.

  11. Select the Relationship tab and then select Managers.

    policy relationship tab rates
    Figure 1. The Relationship tab
  12. Optional: Select Accountable Person, to ensure users designated as accountable persons can also view the rate.

  13. Select the Resource tab and select Billing Rate Value from the Available fields.

    policy resource tab rates
    Figure 2. The Resource tab
  14. Complete these steps to add an advanced condition and configure the policy to target a particular rate:

    1. From the upper right, select Switch to Advanced.

      policy switch to advanced
      Figure 3. Switch to Advanced
    2. In the advanced view, insert the following advanced condition as a new JSON object and replace YourBillRateCode with your rate code:

      "condition": "resource.hasReferenceId('YourBillRateCode')",

      The value of this object targets the resource associated with that rate code in Professional.

    3. From the upper right, select Switch to Basic.

  15. Select Add to create the new policy.

Verification steps

To verify that your policy was configured correctly, complete these steps:

  1. Log in as a hiring manager.

  2. From the left navigation, go to the Workers hub.

  3. Select a worker from the manager’s organization. The Worker Profile page displays.

  4. Select View Details and find the Finance section.

  5. Ensure that the bill rate displays in the Engagements Rates area.