|
| 1 | +[ |
| 2 | + { |
| 3 | + "value": "urn:mace:terena.org:attribute-def:schacHomeOrganization", |
| 4 | + "validationRegex": "^[a-z]+(\\.[a-z]+)+$", |
| 5 | + "allowedInDenyRule": true, |
| 6 | + "label": "Schac home organization" |
| 7 | + }, |
| 8 | + { |
| 9 | + "value": "urn:mace:terena.org:attribute-def:schacHomeOrganizationType", |
| 10 | + "validationRegex": "^[a-z]+$", |
| 11 | + "allowedInDenyRule": true, |
| 12 | + "label": "Schac home organization type" |
| 13 | + }, |
| 14 | + { |
| 15 | + "value": "urn:mace:dir:attribute-def:eduPersonAffiliation", |
| 16 | + "validationRegex": "^(student|staff|faculty|employee|member)$", |
| 17 | + "allowedInDenyRule": true, |
| 18 | + "label": "Edu person affiliation" |
| 19 | + }, |
| 20 | + { |
| 21 | + "value": "urn:mace:dir:attribute-def:eduPersonScopedAffiliation", |
| 22 | + "validationRegex": "^(student|staff|faculty|employee|member)@[a-z]+(\\.[a-z]+)+$", |
| 23 | + "allowedInDenyRule": true, |
| 24 | + "label": "Edu person scoped affiliation" |
| 25 | + }, |
| 26 | + { |
| 27 | + "value": "urn:mace:dir:attribute-def:eduPersonEntitlement", |
| 28 | + "validationRegex": "^[a-z]+$", |
| 29 | + "allowedInDenyRule": true, |
| 30 | + "label": "Edu person entitlement" |
| 31 | + }, |
| 32 | + { |
| 33 | + "value": "urn:mace:dir:attribute-def:isMemberOf", |
| 34 | + "validationRegex": "^.*$", |
| 35 | + "allowedInDenyRule": true, |
| 36 | + "label": "Is-member-of" |
| 37 | + }, |
| 38 | + { |
| 39 | + "value": "urn:collab:group:surfteams.nl", |
| 40 | + "validationRegex": "^(urn:mace:surf\\.nl:invite:|urn:collab:group:)[a-z0-9_]+$", |
| 41 | + "allowedInDenyRule": false, |
| 42 | + "label": "SURFconext Invite (voot) role urn" |
| 43 | + }, |
| 44 | + { |
| 45 | + "value": "urn:collab:sab:surfnet.nl", |
| 46 | + "validationRegex": "^(Superuser|Instellingsbevoegde|OperationeelBeheerder|SURFconextbeheerder|DNS-Beheerder)$", |
| 47 | + "allowedInDenyRule": false, |
| 48 | + "label": "SAB role" |
| 49 | + }, |
| 50 | + { |
| 51 | + "value": "urn:mace:dir:attribute-def:mail", |
| 52 | + "validationRegex": "^[^@]+@[^@]+\\.[^@]+$", |
| 53 | + "allowedInDenyRule": true, |
| 54 | + "label": "Mail address" |
| 55 | + } |
| 56 | +] |
0 commit comments