File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -329,6 +329,8 @@ const (
329329 ResourceTypeIamAPIKey = ResourceType ("iam_api_key" )
330330 ResourceTypeIamSSHKey = ResourceType ("iam_ssh_key" )
331331 ResourceTypeIamRule = ResourceType ("iam_rule" )
332+ ResourceTypeIamSaml = ResourceType ("iam_saml" )
333+ ResourceTypeIamSamlCertificate = ResourceType ("iam_saml_certificate" )
332334 ResourceTypeSecretManagerSecret = ResourceType ("secret_manager_secret" )
333335 ResourceTypeSecretManagerVersion = ResourceType ("secret_manager_version" )
334336 ResourceTypeKeyManagerKey = ResourceType ("key_manager_key" )
@@ -383,6 +385,8 @@ func (enum ResourceType) Values() []ResourceType {
383385 "iam_api_key" ,
384386 "iam_ssh_key" ,
385387 "iam_rule" ,
388+ "iam_saml" ,
389+ "iam_saml_certificate" ,
386390 "secret_manager_secret" ,
387391 "secret_manager_version" ,
388392 "key_manager_key" ,
You can’t perform that action at this time.
0 commit comments