scope property
The scope of the certificate.
Immutable. Possible string values are:
- "DEFAULT" : Certificates with default scope are served from core Google data centers. If unsure, choose this option.
- "EDGE_CACHE" : Certificates with scope EDGE_CACHE are special-purposed certificates, served from Edge Points of Presence. See https://cloud.google.com/vpc/docs/edge-locations.
- "ALL_REGIONS" : Certificates with ALL_REGIONS scope are served from all Google Cloud regions. See https://cloud.google.com/compute/docs/regions-zones.
Implementation
core.String? scope;