accessPath property
The path of the access.
Maps roughly to ingress/egress, though we keep CLIENT_TO_AGENT and AGENT_TO_ANYWHERE as carryovers from Agent Gateway's original resource model. The path is immutable once set. Exactly one path can be set.
Required. Immutable. Possible string values are:
- "ACCESS_PATH_UNSPECIFIED" : Unspecified access path.
- "CLIENT_TO_AGENT" : Protect connection to Agent or Tool.
- "AGENT_TO_ANYWHERE" : Govern agent connections to destinations.
Implementation
core.String? accessPath;