Reference documentation and code samples for the Google Cloud Managed Identities V1 Client class TrustType.
Represents the different inter-forest trust types.
Protobuf type google.cloud.managedidentities.v1.Trust.TrustType
Namespace
Google \ Cloud \ ManagedIdentities \ V1 \ TrustMethods
static::name
Parameter | |
---|---|
Name | Description |
value |
mixed
|
static::value
Parameter | |
---|---|
Name | Description |
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;