File tree 3 files changed +7
-0
lines changed
3 files changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -643,6 +643,7 @@ roles:
643
643
| roles.access | Access | No | The type of access provided by the IAM role. |
644
644
| roles.firstLevelApprovers | 1st Level Approvers | No | The name(s) of the first-level approver(s) of the role. |
645
645
| roles.secondLevelApprovers | 2nd Level Approvers | No | The name(s) of the second-level approver(s) of the role. |
646
+ | roles.customProperties | Custom Properties | No | Any custom properties. |
646
647
647
648
648
649
# # Service-Level Agreement (SLA)
Original file line number Diff line number Diff line change 2228
2228
"secondLevelApprovers" : {
2229
2229
"type" : " string" ,
2230
2230
"description" : " The name(s) of the second-level approver(s) of the role."
2231
+ },
2232
+ "customProperties" : {
2233
+ "$ref" : " #/$defs/CustomProperties"
2231
2234
}
2232
2235
},
2233
2236
"required" : [" role" ]
Original file line number Diff line number Diff line change 2228
2228
"secondLevelApprovers" : {
2229
2229
"type" : " string" ,
2230
2230
"description" : " The name(s) of the second-level approver(s) of the role."
2231
+ },
2232
+ "customProperties" : {
2233
+ "$ref" : " #/$defs/CustomProperties"
2231
2234
}
2232
2235
},
2233
2236
"required" : [" role" ]
You can’t perform that action at this time.
0 commit comments