Google Cloud Managed Identities V1 Client - Class TrustType (2.0.5)
Stay organized with collections
Save and categorize content based on your preferences.
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 \ Trust
Methods
static::name
static::value
Constants
TRUST_TYPE_UNSPECIFIED
Not set.
Generated from protobuf enum TRUST_TYPE_UNSPECIFIED = 0;
FOREST
The forest trust.
Generated from protobuf enum FOREST = 1;
EXTERNAL
The external domain trust.
Generated from protobuf enum EXTERNAL = 2;
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License
, and code samples are licensed under the Apache 2.0 License
. For details, see the Google Developers Site Policies
. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-09-04 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Cloud Managed Identities V1 Client - Class TrustType (2.0.5)\n\nVersion latestkeyboard_arrow_down\n\n- [2.0.5 (latest)](/php/docs/reference/cloud-managed-identities/latest/V1.Trust.TrustType)\n- [2.0.4](/php/docs/reference/cloud-managed-identities/2.0.4/V1.Trust.TrustType)\n- [1.3.5](/php/docs/reference/cloud-managed-identities/1.3.5/V1.Trust.TrustType)\n- [1.2.2](/php/docs/reference/cloud-managed-identities/1.2.2/V1.Trust.TrustType)\n- [1.1.1](/php/docs/reference/cloud-managed-identities/1.1.1/V1.Trust.TrustType)\n- [1.0.5](/php/docs/reference/cloud-managed-identities/1.0.5/V1.Trust.TrustType) \nReference documentation and code samples for the Google Cloud Managed Identities V1 Client class TrustType.\n\nRepresents the different inter-forest trust types.\n\nProtobuf type `google.cloud.managedidentities.v1.Trust.TrustType`\n\nNamespace\n---------\n\nGoogle \\\\ Cloud \\\\ ManagedIdentities \\\\ V1 \\\\ Trust\n\nMethods\n-------\n\n### static::name\n\n### static::value\n\nConstants\n---------\n\n### TRUST_TYPE_UNSPECIFIED\n\n Value: 0\n\nNot set.\n\nGenerated from protobuf enum `TRUST_TYPE_UNSPECIFIED = 0;`\n\n### FOREST\n\n Value: 1\n\nThe forest trust.\n\nGenerated from protobuf enum `FOREST = 1;`\n\n### EXTERNAL\n\n Value: 2\n\nThe external domain trust.\n\nGenerated from protobuf enum `EXTERNAL = 2;`"]]