Skip to content

Permissions

Permissions, policies and roles are configured in AireIdentity.

Resource Restrictions

Resource restrictions are used to restrict access to specific resources based on the user's roles. They are defined by using the policy feature in AireIdentity.

Example: Subject Custom Field Values

Given you have a custom field called firstName within the group personal-details and the subject subject1.

You can define the following statements:

  • Field/* - This targets all fields for all subjects.
  • Field/firstName - This targets the field firstName for all subjects.
  • FieldGroup/* - This targets all field groups for all subjects.
  • FieldGroup/personal-details - This targets the group personal-details for all subjects.
  • Subject/* - This targets all fields for all subjects.
  • Subject/subject1 - This targets all the fields for the subject subject1.
  • Subject/subject1/Field/firstName - This targets the field firstName for the subject subject1.
  • Subject/subject1/FieldGroup/personal-details - This targets the group personal-details for the subject subject1.

Example: Form Creation

Given you have a form with key my-form within the classification test-forms.

You can define the following statements:

  • Form/* - This targets all forms
  • Form/my-form - This targets the form my-form for all subjects.
  • Classification/* - This targets all form classifications.
  • Classification/test-forms - This targets all the forms for the classification test-forms