Add custom properties in roles

This commit is contained in:
Simon Harrer
2024-10-20 22:20:11 +02:00
parent e24c1f8e5f
commit 00acf01962
3 changed files with 7 additions and 0 deletions

View File

@@ -635,6 +635,7 @@ roles:
| roles.access | Access | No | The type of access provided by the IAM role. |
| roles.firstLevelApprovers | 1st Level Approvers | No | The name(s) of the first-level approver(s) of the role. |
| roles.secondLevelApprovers | 2nd Level Approvers | No | The name(s) of the second-level approver(s) of the role. |
| roles.customProperties | Custom Properties | No | Any custom properties. |
## <a id="sla"/> Service-Level Agreement (SLA)

View File

@@ -2225,6 +2225,9 @@
"secondLevelApprovers": {
"type": "string",
"description": "The name(s) of the second-level approver(s) of the role."
},
"customProperties": {
"$ref": "#/$defs/CustomProperties"
}
},
"required": ["role"]

View File

@@ -2225,6 +2225,9 @@
"secondLevelApprovers": {
"type": "string",
"description": "The name(s) of the second-level approver(s) of the role."
},
"customProperties": {
"$ref": "#/$defs/CustomProperties"
}
},
"required": ["role"]