authorizedGaeApplications property

  1. @Deprecated('Not supported. Member documentation may have more information.')
List<String>? authorizedGaeApplications
getter/setter pair

The App Engine app IDs that can access this instance.

(Deprecated) Applied to First Generation instances only.

Implementation

@core.Deprecated(
  'Not supported. Member documentation may have more information.',
)
core.List<core.String>? authorizedGaeApplications;