Skip to main content

Editing a license rule

Do the following:

  1. Select License management on the QMC start page or from the StartS drop-down menu to display the overview.

  2. Select Login access rules in the panel to the right.

  3. Select a login access rule and click Edit.

  4. Under Associated items, select License rules.

  5. Select a license rule and click Edit.

  6. Edit the license rule as needed:

    1. Identification
    2. Disabled Select to disable the rule. The rule is enabled by default.
      Name The name of the login access rule. Mandatory.
      Description Enter a description of the rule.
    3. Basic
    4. Resource filter If you change the resource filter, the rule may not work as intended.
      Information noteThe option Allow access is automatically selected.
      Operator Descriptions and examples
      =

      This operator is not case sensitive and returns True if the compared expressions are exactly equal.

      Example:  

      user.name = ”a*”

      The user named exactly a* is targeted by the rule.

      like

      This operator is not case sensitive and returns True if the compared expressions are equal.

      Example:  

      user.name like ”a*”

      All users with names beginning with an a are targeted by the rule.

      !=

      This operator is not case sensitive and returns True if the values in the compared expressions are not equal.

      Example:  

      user.name != resource.name

      All resources that do not have the same name as the user are targeted by the rule.

    5. Advanced
    6. Conditions Define the resource, user, or combined conditions that the rule should apply to.
  7. Optionally, edit the Advanced properties and create the Conditions for the rule.

  8. Click Apply to create and save the license rule.

    Successfully updated the associated license rule is displayed at the bottom of the page.

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!