Reference documentation and code samples for the Certificate Authority Service V1beta1 API class Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigWrapper.
A ReusableConfigWrapper describes values that may assist in creating an X.509 certificate, or a reference to a pre-defined set of values.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#reusable_config
def reusable_config() -> ::String- 
        (::String) — Required. A resource path to a ReusableConfig in the format
projects/*/locations/*/reusableConfigs/*.Note: The following fields are mutually exclusive: reusable_config,reusable_config_values. If a field in that set is populated, all other fields in the set will automatically be cleared.
#reusable_config=
def reusable_config=(value) -> ::String- 
        value (::String) — Required. A resource path to a ReusableConfig in the format
projects/*/locations/*/reusableConfigs/*.Note: The following fields are mutually exclusive: reusable_config,reusable_config_values. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::String) — Required. A resource path to a ReusableConfig in the format
projects/*/locations/*/reusableConfigs/*.Note: The following fields are mutually exclusive: reusable_config,reusable_config_values. If a field in that set is populated, all other fields in the set will automatically be cleared.
#reusable_config_values
def reusable_config_values() -> ::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues- 
        (::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues) — Required. A user-specified inline ReusableConfigValues.Note: The following fields are mutually exclusive: reusable_config_values,reusable_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
#reusable_config_values=
def reusable_config_values=(value) -> ::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues- 
        value (::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues) — Required. A user-specified inline ReusableConfigValues.Note: The following fields are mutually exclusive: reusable_config_values,reusable_config. If a field in that set is populated, all other fields in the set will automatically be cleared.
- 
        (::Google::Cloud::Security::PrivateCA::V1beta1::ReusableConfigValues) — Required. A user-specified inline ReusableConfigValues.Note: The following fields are mutually exclusive: reusable_config_values,reusable_config. If a field in that set is populated, all other fields in the set will automatically be cleared.