Skip to main content Skip to complementary content

Creating access rights for streams

You create security rules to give access rights to the streams.

Do the following:

  1. Open the QMC: https://<QPS server name>/qmc

  2. Select Streams on the QMC start page or from the StartArrow down drop-down menu to display the overview.

  3. Select the stream you want to create rules for and click Edit.

    The stream edit page opens.

  4. Select Security rules under Associated items.

    The system rules overview is displayed.

  5. Click Create newCreate associated rule in the action bar.

    The Create security rule dialog opens.

  6. Edit the security rule for administrative access of the stream:

    1. Edit the Identification properties:
    2. Identification properties
      Field Values
      Name Enter the name of the stream. Mandatory.
      Disabled Select to disable the rule. The rule is enabled by default.
      Description Enter a description for the rule.
    3. Edit the Basic properties:
    4. Operator descriptions
      Field Value
      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.

  7. Optionally, edit the Advanced properties and create the Conditions for the rule:

    1. Add a condition.
    2. Use the Context list to specify where the rule applies.
  8. Click Apply.

    The dialog closes and the rule is added to the stream's security rules overview.

    Tip noteThe security rule is also displayed on the Security rules overview page.
Information noteWhen a stream is deleted, all associated security rules are deleted together with the stream. The associated security rules are available under Associated items.

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!