GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails (google_api_chrome_policy v0.6.0)

View Source

Details of the errors encountered during a remove certificate request. This message will be returned as part of the details of a google.rpc.Status returned to the user when there is an error in their request.

Attributes

  • certificateReferences (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1CertificateReference.t), default: nil) - Output only. If the certificate was not removed, a list of references to the certificate that prevented it from being removed. Only unreferenced certificates can be removed.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1RemoveCertificateErrorDetails{
    certificateReferences:
      [
        GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1CertificateReference.t()
      ]
      | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.