From f543dd463ede07eca1ae96922aa2fedc5ad5875a Mon Sep 17 00:00:00 2001 From: Sam Levenick Date: Mon, 13 Jan 2020 18:03:11 +0000 Subject: [PATCH] Inspec iam gen Signed-off-by: Modular Magician --- plugins/modules/gcp_iam_service_account_key.py | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/plugins/modules/gcp_iam_service_account_key.py b/plugins/modules/gcp_iam_service_account_key.py index 8e41c84..3ed3fb9 100644 --- a/plugins/modules/gcp_iam_service_account_key.py +++ b/plugins/modules/gcp_iam_service_account_key.py @@ -174,6 +174,12 @@ validBeforeTime: - Key can only be used before this time. returned: success type: str +keyType: + description: + - Specifies the type of the key. Possible values include KEY_TYPE_UNSPECIFIED, USER_MANAGED + and SYSTEM_MANAGED . + returned: success + type: str serviceAccount: description: - The name of the serviceAccount.