Skip to content

Commit

Permalink
Update resourcetypes.json
Browse files Browse the repository at this point in the history
add security group for EntraID
  • Loading branch information
DenAV-rnxt authored May 27, 2024
1 parent 9350bec commit 9229432
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions src/repository/resourcetypes.json
Original file line number Diff line number Diff line change
Expand Up @@ -6345,4 +6345,23 @@
"regx": "^[a-zA-Z0-9-]{2,60}$",
"staticValues": ""
}
{
"id": 500,
"resource": "EntraID/groups/security",
"optional": "UnitDept",
"exclude": "Org,Function",
"property": "",
"ShortName": "sga",
"scope": "security group",
"lengthMin": "3",
"lengthMax": "90",
"validText": ""Contains alphanumerics and hyphens.",
"invalidText": "Can't start or end with hyphen.",
"invalidCharacters": "",
"invalidCharactersStart": "-",
"invalidCharactersEnd": "-",
"invalidCharactersConsecutive": "",
"regx": "^[a-zA-Z0-9][a-zA-Z0-9-]{6,90}[a-zA-Z0-9]$",
"staticValues": ""
}
]

0 comments on commit 9229432

Please sign in to comment.