Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class TrustDirection.
Represents the direction of trust.
See System.DirectoryServices.ActiveDirectory.TrustDirection for more information.
Protobuf type google.cloud.managedidentities.v1.Trust.TrustDirection
Namespace
Google \ Cloud \ ManagedIdentities \ V1 \ TrustMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;