trustType property

String? trustType
getter/setter pair

The type of trust represented by the trust resource.

Required. Possible string values are:

  • "TRUST_TYPE_UNSPECIFIED" : Not set.
  • "FOREST" : The forest trust.
  • "EXTERNAL" : The external domain trust.

Implementation

core.String? trustType;