Reference documentation and code samples for the Google Cloud Network Services V1 Client class GovernedAccessPath.
GovernedAccessPath defines the type of access to protect.
Protobuf type google.cloud.networkservices.v1.AgentGateway.GoogleManaged.GovernedAccessPath
Namespace
Google \ Cloud \ NetworkServices \ V1 \ AgentGateway \ GoogleManagedMethods
static::name
| Parameter | |
|---|---|
| Name | Description |
value |
mixed
|
static::value
| Parameter | |
|---|---|
| Name | Description |
name |
mixed
|
Constants
GOVERNED_ACCESS_PATH_UNSPECIFIED
Value: 0Governed access path is not specified.
Generated from protobuf enum GOVERNED_ACCESS_PATH_UNSPECIFIED = 0;
AGENT_TO_ANYWHERE
Value: 1Govern agent conections to destinations.
Generated from protobuf enum AGENT_TO_ANYWHERE = 1;
CLIENT_TO_AGENT
Value: 2Protect connection to Agent or Tool.
Generated from protobuf enum CLIENT_TO_AGENT = 2;