Skip to content

Commit 685d9a8

Browse files
authored
Merge branch 'main' into v1.7029.0
2 parents dd0affb + dd042e4 commit 685d9a8

File tree

2 files changed

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

2 files changed

+4
-0
lines changed

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

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
9797
IAM_API_KEY = "iam_api_key"
9898
IAM_SSH_KEY = "iam_ssh_key"
9999
IAM_RULE = "iam_rule"
100+
IAM_SAML = "iam_saml"
101+
IAM_SAML_CERTIFICATE = "iam_saml_certificate"
100102
SECRET_MANAGER_SECRET = "secret_manager_secret"
101103
SECRET_MANAGER_VERSION = "secret_manager_version"
102104
KEY_MANAGER_KEY = "key_manager_key"

scaleway/scaleway/audit_trail/v1alpha1/types.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
9797
IAM_API_KEY = "iam_api_key"
9898
IAM_SSH_KEY = "iam_ssh_key"
9999
IAM_RULE = "iam_rule"
100+
IAM_SAML = "iam_saml"
101+
IAM_SAML_CERTIFICATE = "iam_saml_certificate"
100102
SECRET_MANAGER_SECRET = "secret_manager_secret"
101103
SECRET_MANAGER_VERSION = "secret_manager_version"
102104
KEY_MANAGER_KEY = "key_manager_key"

0 commit comments

Comments
 (0)