GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken constructor

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken({
  1. String? audience,
  2. String? serviceAccount,
})

Implementation

GoogleCloudEventarcV1PipelineDestinationAuthenticationConfigOidcToken({
  this.audience,
  this.serviceAccount,
});