Skip to content

Commit fbd90fb

Browse files
feat(audit_trail): add iam SCIM resources (#1371)
Co-authored-by: Rémy Léone <[email protected]>
1 parent 0b22fcc commit fbd90fb

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
@@ -126,6 +126,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
126126
IAM_RULE = "iam_rule"
127127
IAM_SAML = "iam_saml"
128128
IAM_SAML_CERTIFICATE = "iam_saml_certificate"
129+
IAM_SCIM = "iam_scim"
130+
IAM_SCIM_TOKEN = "iam_scim_token"
129131
SECRET_MANAGER_SECRET = "secret_manager_secret"
130132
SECRET_MANAGER_VERSION = "secret_manager_version"
131133
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
@@ -126,6 +126,8 @@ class ResourceType(str, Enum, metaclass=StrEnumMeta):
126126
IAM_RULE = "iam_rule"
127127
IAM_SAML = "iam_saml"
128128
IAM_SAML_CERTIFICATE = "iam_saml_certificate"
129+
IAM_SCIM = "iam_scim"
130+
IAM_SCIM_TOKEN = "iam_scim_token"
129131
SECRET_MANAGER_SECRET = "secret_manager_secret"
130132
SECRET_MANAGER_VERSION = "secret_manager_version"
131133
KEY_MANAGER_KEY = "key_manager_key"

0 commit comments

Comments
 (0)