Editing a license rule
Do the following:
-
Open the QMC: https://<QPS server name>/qmc
-
Select License management on the QMC start page or from the Start drop-down menu to display the overview.
-
Select Login access rules in the panel to the right.
-
Select a login access rule and click Edit.
-
Under Associated items, select License rules.
-
Select a license rule and click Edit.
- Identification
- Basic
If you change the Resource filter, the rule may not work as intended.
- Advanced
-
Optionally, edit the Advanced properties and create the Conditions for the rule.
-
Click Apply to create and save the license rule.
Edit the license rule as needed:
Rule | Description |
---|---|
Disabled | Rule toggle. (Disabled by default) |
Name | The name of the login access rule. (Mandatory) |
Description | The description of the rule. |
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. |
Conditions allow you to define the resource, user, or combined conditions that the rule should apply to.
Successfully updated the associated license rule is displayed at the bottom of the page.