type property

String? type
getter/setter pair

Type of authentication. Possible string values are:

  • "SERVICE_AGENT_AUTHENTICATION_TYPE_UNSPECIFIED" : Default value, will result in OIDC Authentication.
  • "OIDC_TOKEN" : OIDC Authentication

Implementation

core.String? type;