accessMode property

String? accessMode
getter/setter pair

Access mode for egress control.

Optional. Possible string values are:

  • "ACCESS_MODE_UNSPECIFIED" : The default value. Per best practices (go/protodosdonts#unspecified-enum), the first value should be UNSPECIFIED and have a tag of 0. Application logic should treat this the same as RESTRICTED.
  • "RESTRICTED" : Enforce the allowlist. Only projects in 'allowlisted_project_numbers' are permitted.
  • "ALLOW_ALL" : Allow all projects. 'allowlisted_project_numbers' is ignored.

Implementation

core.String? accessMode;