proxyDeploymentType property

String? proxyDeploymentType
getter/setter pair

The type of the deployment (standard or extensible) Deployed proxy revision will be marked as extensible in following 2 cases.

  1. The deployed proxy revision uses extensible policies. 2. If a environment supports flowhooks and flow hook is configured.

Output only. Possible string values are:

  • "PROXY_DEPLOYMENT_TYPE_UNSPECIFIED" : Default value till public preview. After public preview this value should not be returned.
  • "STANDARD" : Deployment will be of type Standard if only Standard proxies are used
  • "EXTENSIBLE" : Proxy will be of type Extensible if deployments uses one or more Extensible proxies

Implementation

core.String? proxyDeploymentType;