Google Cloud Managed Identities V1beta1 Client - Class TrustDirection (1.2.2)

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

Represents the direction of trust.

See System.DirectoryServices.ActiveDirectory.TrustDirection for more information.

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

Namespace

Google \ Cloud \ ManagedIdentities \ V1beta1 \ Trust

Methods

static::name

Parameter
NameDescription
value mixed

static::value

Parameter
NameDescription
name mixed

Constants

TRUST_DIRECTION_UNSPECIFIED

Value: 0

Not set.

Generated from protobuf enum TRUST_DIRECTION_UNSPECIFIED = 0;

INBOUND

Value: 1

The inbound direction represents the trusting side.

Generated from protobuf enum INBOUND = 1;

OUTBOUND

Value: 2

The outboud direction represents the trusted side.

Generated from protobuf enum OUTBOUND = 2;

BIDIRECTIONAL

Value: 3

The bidirectional direction represents the trusted / trusting side.

Generated from protobuf enum BIDIRECTIONAL = 3;