trustDirection property

String? trustDirection
getter/setter pair

The trust direction, which decides if the current domain is trusted, trusting, or both.

Required. Possible string values are:

  • "TRUST_DIRECTION_UNSPECIFIED" : Not set.
  • "INBOUND" : The inbound direction represents the trusting side.
  • "OUTBOUND" : The outboud direction represents the trusted side.
  • "BIDIRECTIONAL" : The bidirectional direction represents the trusted / trusting side.

Implementation

core.String? trustDirection;