Google Cloud Managed Identities V1beta1 Client - Class TrustType (1.3.3)

Reference documentation and code samples for the Google Cloud Managed Identities V1beta1 Client class TrustType.

Represents the different inter-forest trust types.

Protobuf type google.cloud.managedidentities.v1beta1.Trust.TrustType

Namespace

Google \ Cloud \ ManagedIdentities \ V1beta1 \ Trust

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TRUST_TYPE_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum TRUST_TYPE_UNSPECIFIED = 0;

FOREST

Value: 1

The forest trust.

Generated from protobuf enum FOREST = 1;

EXTERNAL

Value: 2

The external domain trust.

Generated from protobuf enum EXTERNAL = 2;