Skip to content

Commit

Permalink
add role_duration_seconds to iam_schema.json
Browse files Browse the repository at this point in the history
  • Loading branch information
AntFMoJ committed Feb 27, 2024
1 parent dd27d4a commit 8590c68
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions iam_builder/schemas/iam_schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,10 @@
}
}
}
},
"role_duration_seconds":{
"description": "Max duration role can be assumed for in seconds",
"type": "integer"
}
}
}

0 comments on commit 8590c68

Please sign in to comment.