Skip to content

Commit

Permalink
moving parameters in correct alphabetic order
Browse files Browse the repository at this point in the history
  • Loading branch information
Sebastian Claesson committed Oct 3, 2024
1 parent e064557 commit 99795fc
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 16 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,14 @@
},
"mode": "All",
"parameters": {
"excludedRoleNames": {
"type": "array",
"metadata": {
"displayName": "Excluded Role Names",
"description": "Names of Roles to be excluded from the policy."
},
"defaultValue": []
},
"effect": {
"type": "string",
"metadata": {
Expand All @@ -22,14 +30,6 @@
"Disabled"
],
"defaultValue": "Audit"
},
"excludedRoleNames": {
"type": "array",
"metadata": {
"displayName": "Excluded Role Names",
"description": "Names of Roles to be excluded from the policy."
},
"defaultValue": []
}
},
"policyRule": {
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,12 @@
{
"excludedRoleNames": {
"type": "array",
"metadata": {
"displayName": "Excluded Role Names",
"description": "Names of Roles to be excluded from the policy."
},
"defaultValue": []
},
"effect": {
"type": "string",
"metadata": {
Expand All @@ -11,13 +19,5 @@
"Disabled"
],
"defaultValue": "Audit"
},
"excludedRoleNames": {
"type": "array",
"metadata": {
"displayName": "Excluded Role Names",
"description": "Names of Roles to be excluded from the policy."
},
"defaultValue": []
}
}

0 comments on commit 99795fc

Please sign in to comment.