GoogleApi.PrivateCA.V1beta1.Model.ReusableConfigWrapper (google_api_private_ca v0.4.2) View Source

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 format projects/*/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(),
  reusableConfigValues:
    GoogleApi.PrivateCA.V1beta1.Model.ReusableConfigValues.t()
}

Link to this section Functions

Specs

decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.