View Source GoogleApi.PrivateCA.V1beta1.Model.ReusableConfigWrapper (google_api_private_ca v0.9.0)
A ReusableConfigWrapper describes values that may assist in creating an X.509 certificate, or a reference to a pre-defined set of values.
Attributes
-
reusableConfig
(type:String.t
, default:nil
) - Required. A resource path to a ReusableConfig in the formatprojects/*/locations/*/reusableConfigs/*
. -
reusableConfigValues
(type:GoogleApi.PrivateCA.V1beta1.Model.ReusableConfigValues.t
, default:nil
) - Required. A user-specified inline ReusableConfigValues.
Link to this section Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Link to this section Types
Specs
t() :: %GoogleApi.PrivateCA.V1beta1.Model.ReusableConfigWrapper{ reusableConfig: String.t() | nil, reusableConfigValues: GoogleApi.PrivateCA.V1beta1.Model.ReusableConfigValues.t() | nil }
Link to this section Functions
Specs
Unwrap a decoded JSON object into its complex fields.