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 | |
---|---|
Name | Description |
name |
str
Output only. The resource path for this ReusableConfig in the format projects/*/locations/*/reusableConfigs/* .
|
values |
Required. The config values. |
description |
str
Optional. A human-readable description of scenarios these ReusableConfigValues may be compatible with. |
create_time |
Output only. The time at which this ReusableConfig was created. |
update_time |
Output only. The time at which this ReusableConfig was updated. |
labels |
Sequence[
Optional. Labels with user-defined metadata. |
Classes
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,
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 |