Skip to content

Commit 64be3c6

Browse files
authored
feat(audit_trail): add missing iam_rule type (scaleway#898)
1 parent 181fab3 commit 64be3c6

File tree

2 files changed

+2
-0
lines changed
  • scaleway-async/scaleway_async/audit_trail/v1alpha1
  • scaleway/scaleway/audit_trail/v1alpha1

2 files changed

+2
-0
lines changed

scaleway-async/scaleway_async/audit_trail/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
3838
IAM_POLICY = "iam_policy"
3939
IAM_API_KEY = "iam_api_key"
4040
IAM_SSH_KEY = "iam_ssh_key"
41+
IAM_RULE = "iam_rule"
4142
SECRET_MANAGER_SECRET = "secret_manager_secret"
4243
SECRET_MANAGER_VERSION = "secret_manager_version"
4344
KEY_MANAGER_KEY = "key_manager_key"

scaleway/scaleway/audit_trail/v1alpha1/types.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
3838
IAM_POLICY = "iam_policy"
3939
IAM_API_KEY = "iam_api_key"
4040
IAM_SSH_KEY = "iam_ssh_key"
41+
IAM_RULE = "iam_rule"
4142
SECRET_MANAGER_SECRET = "secret_manager_secret"
4243
SECRET_MANAGER_VERSION = "secret_manager_version"
4344
KEY_MANAGER_KEY = "key_manager_key"

0 commit comments

Comments
 (0)