View Source GoogleApi.AndroidManagement.V1.Model.CertValidationFailureEvent (google_api_android_management v0.48.2)

An X.509v3 certificate failed to validate, currently this validation is performed on the Wi-FI access point and failure may be due to a mismatch upon server certificate validation. However it may in the future include other validation events of an X.509v3 certificate.

Attributes

  • failureReason (type: String.t, default: nil) - The reason why certification validation failed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

@type t() :: %GoogleApi.AndroidManagement.V1.Model.CertValidationFailureEvent{
  failureReason: String.t() | nil
}

Functions

@spec decode(struct(), keyword()) :: struct()

Unwrap a decoded JSON object into its complex fields.