phase property

String? phase
getter/setter pair

The phase in which this ProducerExtension should execute.

Required. Possible string values are:

  • "PHASE_UNSPECIFIED" : Unspecified phase.
  • "TRAFFIC" : The ProducerExtension will be executed during the traffic phase.
  • "AUTHZ" : The ProducerExtension will be executed during the authorization phase.

Implementation

core.String? phase;