Class ReusableConfig (0.3.0)

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

A ReusableConfig refers to a managed ReusableConfigValues. Those, in turn, are used to describe certain fields of an X.509 certificate, such as the key usage fields, fields specific to CA certificates, certificate policy extensions and custom extensions.

Attributes

NameDescription
name str
Output only. The resource path for this ReusableConfig in the format projects/*/locations/*/reusableConfigs/*.
values google.cloud.security.privateca_v1beta1.types.ReusableConfigValues
Required. The config values.
description str
Optional. A human-readable description of scenarios these ReusableConfigValues may be compatible with.
create_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this ReusableConfig was created.
update_time google.protobuf.timestamp_pb2.Timestamp
Output only. The time at which this ReusableConfig was updated.
labels Sequence[google.cloud.security.privateca_v1beta1.types.ReusableConfig.LabelsEntry]
Optional. Labels with user-defined metadata.

Classes

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.