Skip to content

Commit a762d31

Browse files
authored
feat(audit_trail): add IAM resources (scaleway#2424)
1 parent 3136832 commit a762d31

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

api/audit_trail/v1alpha1/audit_trail_sdk.go

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -87,6 +87,12 @@ const (
8787
ResourceTypeKubeNode = ResourceType("kube_node")
8888
ResourceTypeKubeACL = ResourceType("kube_acl")
8989
ResourceTypeKeymKey = ResourceType("keym_key")
90+
ResourceTypeIamxUser = ResourceType("iamx_user")
91+
ResourceTypeIamxApplication = ResourceType("iamx_application")
92+
ResourceTypeIamxGroup = ResourceType("iamx_group")
93+
ResourceTypeIamxPolicy = ResourceType("iamx_policy")
94+
ResourceTypeIamxAPIKey = ResourceType("iamx_api_key")
95+
ResourceTypeIamxSSHKey = ResourceType("iamx_ssh_key")
9096
)
9197

9298
func (enum ResourceType) String() string {
@@ -107,6 +113,12 @@ func (enum ResourceType) Values() []ResourceType {
107113
"kube_node",
108114
"kube_acl",
109115
"keym_key",
116+
"iamx_user",
117+
"iamx_application",
118+
"iamx_group",
119+
"iamx_policy",
120+
"iamx_api_key",
121+
"iamx_ssh_key",
110122
}
111123
}
112124

0 commit comments

Comments
 (0)