Send feedback
Class TrustConfig (1.10.2)
Stay organized with collections
Save and categorize content based on your preferences.
Version latestkeyboard_arrow_down
TrustConfig ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Attributes
Name
Description
name
str
A user-defined name of the trust config. TrustConfig names
must be unique globally and match pattern
projects/*/locations/*/trustConfigs/*
.
create_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The creation timestamp of a
TrustConfig.
update_time
google.protobuf.timestamp_pb2.Timestamp
Output only. The last update timestamp of a
TrustConfig.
labels
MutableMapping[str, str]
Set of labels associated with a TrustConfig.
description
str
One or more paragraphs of text description of
a TrustConfig.
etag
str
This checksum is computed by the server based
on the value of other fields, and may be sent on
update and delete requests to ensure the client
has an up-to-date value before proceeding.
trust_stores
MutableSequence[google.cloud.certificate_manager_v1.types.TrustConfig.TrustStore ]
Set of trust stores to perform validation
against.
This field is supported when TrustConfig is
configured with Load Balancers, currently not
supported for SPIFFE certificate validation.
Only one TrustStore specified is currently
allowed.
Classes
IntermediateCA ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
LabelsEntry
LabelsEntry ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
The abstract base class for a message.
Parameters
Name
Description
kwargs
dict
Keys and values corresponding to the fields of the message.
mapping
Union[dict, .Message
]
A dictionary or message to be used to determine the values for this message.
ignore_unknown_fields
Optional(bool)
If True, do not raise errors for unknown fields. Only applied if mapping
is a mapping type or there are keyword parameters.
TrustAnchor
TrustAnchor ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
TrustStore
TrustStore ( mapping = None , * , ignore_unknown_fields = False , ** kwargs )
Send feedback
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-08-07 UTC.
Need to tell us more?
[[["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-08-07 UTC."],[],[],null,["# Class TrustConfig (1.10.2)\n\nVersion latestkeyboard_arrow_down\n\n- [1.10.2 (latest)](/python/docs/reference/certificatemanager/latest/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.10.1](/python/docs/reference/certificatemanager/1.10.1/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.9.0](/python/docs/reference/certificatemanager/1.9.0/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.8.1](/python/docs/reference/certificatemanager/1.8.1/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.7.2](/python/docs/reference/certificatemanager/1.7.2/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.6.3](/python/docs/reference/certificatemanager/1.6.3/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.5.0](/python/docs/reference/certificatemanager/1.5.0/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.4.3](/python/docs/reference/certificatemanager/1.4.3/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.3.1](/python/docs/reference/certificatemanager/1.3.1/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.2.0](/python/docs/reference/certificatemanager/1.2.0/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.1.1](/python/docs/reference/certificatemanager/1.1.1/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [1.0.1](/python/docs/reference/certificatemanager/1.0.1/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [0.2.1](/python/docs/reference/certificatemanager/0.2.1/google.cloud.certificate_manager_v1.types.TrustConfig)\n- [0.1.3](/python/docs/reference/certificatemanager/0.1.3/google.cloud.certificate_manager_v1.types.TrustConfig) \n\n TrustConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDefines a trust config.\n\nClasses\n-------\n\n### IntermediateCA\n\n IntermediateCA(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDefines an intermediate CA.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\n### LabelsEntry\n\n LabelsEntry(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nThe abstract base class for a message.\n\n### TrustAnchor\n\n TrustAnchor(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDefines a trust anchor.\n\n.. _oneof: \u003chttps://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields\u003e\n\n### TrustStore\n\n TrustStore(mapping=None, *, ignore_unknown_fields=False, **kwargs)\n\nDefines a trust store."]]