scope property

String? scope
getter/setter pair

The scope of the certificate.

Optional. Immutable. Possible string values are:

  • "DEFAULT" : Use the DEFAULT scope if you plan to use the certificate with global external Application Load Balancer, global external proxy Network Load Balancer, or any of the regional Google Cloud services.
  • "EDGE_CACHE" : Use the EDGE_CACHE scope if you plan to use the certificate with Media CDN. The certificates are served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.
  • "ALL_REGIONS" : Use the ALL_REGIONS scope if you plan to use the certificate with cross-region internal Application Load Balancer. The certificates are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones.
  • "CLIENT_AUTH" : Associated with certificates used as client certificates in Backend mTLS.

Implementation

core.String? scope;