Class Allowlist.Builder
java.lang.Object
com.google.genai.gaos.models.interactions.Allowlist.Builder
- Enclosing class:
- Allowlist
-
Method Summary
Modifier and TypeMethodDescriptionallowlist(List<AllowlistEntry> allowlist) List of allowed outbound domains.build()
-
Method Details
-
allowlist
List of allowed outbound domains. Only requests to listed domains are permitted. Use [{'domain': '*'}] to allow all domains while still injecting headers on specific ones. -
build
-