From 2270d7c5a0f1387df85dea15461f9534eec1bb63 Mon Sep 17 00:00:00 2001 From: jcj Date: Mon, 4 Aug 2025 16:56:33 +0900 Subject: [PATCH] fix: add user_id to group_by key Signed-off-by: jcj --- .../managed_resource/metric/iam_workspace_user_count.yaml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/spaceone/inventory/managed_resource/metric/iam_workspace_user_count.yaml b/src/spaceone/inventory/managed_resource/metric/iam_workspace_user_count.yaml index 062ce03..3c08a45 100644 --- a/src/spaceone/inventory/managed_resource/metric/iam_workspace_user_count.yaml +++ b/src/spaceone/inventory/managed_resource/metric/iam_workspace_user_count.yaml @@ -12,9 +12,11 @@ query_options: name: Role Type - key: auth_type name: Auth Type + - key: user_id + name: User ID fields: value: operator: count unit: Count namespace_id: ns-managed-iam-summary -version: '1.0' \ No newline at end of file +version: '1.1' \ No newline at end of file