customAudiences property

List<String>? customAudiences
getter/setter pair

One or more custom audiences that you want this service to support.

Specify each custom audience as the full URL in a string. The custom audiences are encoded in the token and used to authenticate requests. For more information, see https://cloud.google.com/run/docs/configuring/custom-audiences.

Implementation

core.List<core.String>? customAudiences;