File tree Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Expand file tree Collapse file tree 3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -635,6 +635,7 @@ roles:
635
635
| roles.access | Access | No | The type of access provided by the IAM role. |
636
636
| roles.firstLevelApprovers | 1st Level Approvers | No | The name(s) of the first-level approver(s) of the role. |
637
637
| roles.secondLevelApprovers | 2nd Level Approvers | No | The name(s) of the second-level approver(s) of the role. |
638
+ | roles.customProperties | Custom Properties | No | Any custom properties. |
638
639
639
640
640
641
# # <a id="sla"/> Service-Level Agreement (SLA)
Original file line number Diff line number Diff line change 2225
2225
"secondLevelApprovers" : {
2226
2226
"type" : " string" ,
2227
2227
"description" : " The name(s) of the second-level approver(s) of the role."
2228
+ },
2229
+ "customProperties" : {
2230
+ "$ref" : " #/$defs/CustomProperties"
2228
2231
}
2229
2232
},
2230
2233
"required" : [" role" ]
Original file line number Diff line number Diff line change 2225
2225
"secondLevelApprovers" : {
2226
2226
"type" : " string" ,
2227
2227
"description" : " The name(s) of the second-level approver(s) of the role."
2228
+ },
2229
+ "customProperties" : {
2230
+ "$ref" : " #/$defs/CustomProperties"
2228
2231
}
2229
2232
},
2230
2233
"required" : [" role" ]
You can’t perform that action at this time.
0 commit comments