Class TrustConfig (1.7.0)

TrustConfig(mapping=None, *, ignore_unknown_fields=False, **kwargs)

Defines a trust config.

Attributes

NameDescription
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

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
NameDescription
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)

Defines a trust store.