audience property

String? audience
getter/setter pair

The resource name containing the WorkloadPool and WorkloadPoolProvider which holds the third-party identity federation configuration.

This parameter is REQUIRED when the subject_token carries credential that is issued by a WorkloadPoolProvider. The value should be in the following format: projects/{PROJECT_ID}/workloadPools/{WL_POOL_ID}/providers/{PROVIDER_ID} where {WL_POOL_ID} should be the ID of the WorkloadPool and {PROVIDER_ID} should be the ID of the WorkloadPoolProvider.

Implementation

core.String? audience;