iam
IAM
SecurityGCP
General
General information about the service.
Description
Google Cloud IAM lets you manage access control by defining who has what access to which resources.
Service ID
iam.googleapis.comResource Pattern
projects/{project}/serviceAccounts/{email}References
Chat
Powered by AITalk to this service to learn more about it.
Suggested questions:
Naming
The conventions, rules, and restrictions for naming this service.
Naming Convention
iam-{workload}-{environment}Length
1-63
Valid Characters
Lowercase letters, numbers, hyphens
Scope
project
Code
Deploy your infrastructure as code using your preferred tooling.
Official Documentation
terraform
1resource "google_service_account" "main" {2 account_id = "iam-${var.environment}"3 display_name = "Service Account"4}
Utilities
Utilities to support app deployment or configuration.