GoogleApi.PrivateCA.V1beta1.Model.KeyUsage (google_api_private_ca v0.7.1) View Source

A KeyUsage describes key usage values that may appear in an X.509 certificate.

Attributes

  • baseKeyUsage (type: GoogleApi.PrivateCA.V1beta1.Model.KeyUsageOptions.t, default: nil) - Describes high-level ways in which a key may be used.
  • extendedKeyUsage (type: GoogleApi.PrivateCA.V1beta1.Model.ExtendedKeyUsageOptions.t, default: nil) - Detailed scenarios in which a key may be used.
  • unknownExtendedKeyUsages (type: list(GoogleApi.PrivateCA.V1beta1.Model.ObjectId.t), default: nil) - Used to describe extended key usages that are not listed in the KeyUsage.ExtendedKeyUsageOptions message.

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.KeyUsage{
  baseKeyUsage: GoogleApi.PrivateCA.V1beta1.Model.KeyUsageOptions.t() | nil,
  extendedKeyUsage:
    GoogleApi.PrivateCA.V1beta1.Model.ExtendedKeyUsageOptions.t() | nil,
  unknownExtendedKeyUsages:
    [GoogleApi.PrivateCA.V1beta1.Model.ObjectId.t()] | nil
}

Link to this section Functions

Specs

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

Unwrap a decoded JSON object into its complex fields.