View Source GoogleApi.PrivateCA.V1.Model.RsaKeyType (google_api_private_ca v0.9.0)

Describes an RSA key that may be used in a Certificate issued from a CaPool.

Attributes

  • maxModulusSize (type: String.t, default: nil) - Optional. The maximum allowed RSA modulus size (inclusive), in bits. If this is not set, or if set to zero, the service will not enforce an explicit upper bound on RSA modulus sizes.
  • minModulusSize (type: String.t, default: nil) - Optional. The minimum allowed RSA modulus size (inclusive), in bits. If this is not set, or if set to zero, the service-level min RSA modulus size will continue to apply.

Link to this section Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Link to this section Types

Specs

t() :: %GoogleApi.PrivateCA.V1.Model.RsaKeyType{
  maxModulusSize: String.t() | nil,
  minModulusSize: String.t() | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.