From 8590c68b77e44748cf326d922a4a4caa009e02d2 Mon Sep 17 00:00:00 2001 From: Anthony Fitzroy Date: Tue, 27 Feb 2024 12:51:24 +0000 Subject: [PATCH] add role_duration_seconds to iam_schema.json --- iam_builder/schemas/iam_schema.json | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/iam_builder/schemas/iam_schema.json b/iam_builder/schemas/iam_schema.json index b6324f1..f87a261 100644 --- a/iam_builder/schemas/iam_schema.json +++ b/iam_builder/schemas/iam_schema.json @@ -73,6 +73,10 @@ } } } + }, + "role_duration_seconds":{ + "description": "Max duration role can be assumed for in seconds", + "type": "integer" } } } \ No newline at end of file