Class ReusableConfigWrapper (1.4.0)

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

A ReusableConfigWrapper describes values that may assist in creating an X.509 certificate, or a reference to a pre-defined set of values.

This message has oneof_ fields (mutually exclusive fields). For each oneof, at most one member field can be set at the same time. Setting any member of the oneof automatically clears all other members.

.. _oneof: https://proto-plus-python.readthedocs.io/en/stable/fields.html#oneofs-mutually-exclusive-fields

Attributes

NameDescription
reusable_config str
Required. A resource path to a ReusableConfig in the format ``projects/*/locations/*/reusableConfigs/*``. This field is a member of `oneof`_ ``config_values``.
reusable_config_values google.cloud.security.privateca_v1beta1.types.ReusableConfigValues
Required. A user-specified inline ReusableConfigValues. This field is a member of `oneof`_ ``config_values``.

Inheritance

builtins.object > proto.message.Message > ReusableConfigWrapper