iap
Identity-Aware Proxy
SecurityGCP
General
General information about the service.
Description
Google Identity-Aware Proxy controls access to cloud applications and VMs running on Google Cloud.
Service ID
iap.googleapis.comReferences
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
iap-{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_iap_web_iam_member" "main" {2 project = var.project_id3 role = "roles/iap.httpsResourceAccessor"4 member = "user:${var.user_email}"5}
Utilities
Utilities to support app deployment or configuration.