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

View Source

Error information for removing of a specific certificate on a specific target. A reference to a certificate.

Attributes

  • network (type: String.t, default: nil) - Output only. The name of the referencing network.
  • orgUnitId (type: String.t, default: nil) - Output only. The obfuscated id of the org unit the referencing network is in.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1CertificateReference{
    network: String.t() | nil,
    orgUnitId: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.