authorizationType property

String? authorizationType
getter/setter pair

A granular control type for authorization levels.

Valid value is AUTHORIZATION_TYPE_TRUST. Possible string values are:

  • "AUTHORIZATION_TYPE_UNSPECIFIED" : No authorization type specified.
  • "AUTHORIZATION_TYPE_TRUST" : This authorization relationship is "trust".

Implementation

core.String? authorizationType;