Module: Google::Cloud::ManagedIdentities::V1::Trust::TrustDirection

Defined in:
proto_docs/google/cloud/managedidentities/v1/resource.rb

Overview

Represents the direction of trust. See System.DirectoryServices.ActiveDirectory.TrustDirection for more information.

Constant Summary collapse

TRUST_DIRECTION_UNSPECIFIED =

Not set.

0
INBOUND =

The inbound direction represents the trusting side.

1
OUTBOUND =

The outboud direction represents the trusted side.

2
BIDIRECTIONAL =

The bidirectional direction represents the trusted / trusting side.

3