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

View Source

Response object for creating a certificate.

Attributes

  • networkId (type: String.t, default: nil) - The guid of the certificate created by the action.
  • settings (type: list(GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting.t), default: nil) - the affiliated settings of the certificate (NOT IMPLEMENTED)
  • targetResource (type: String.t, default: nil) - the resource at which the certificate is defined.

Summary

Functions

Unwrap a decoded JSON object into its complex fields.

Types

t()

@type t() ::
  %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DefineCertificateResponse{
    networkId: String.t() | nil,
    settings:
      [
        GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting.t()
      ]
      | nil,
    targetResource: String.t() | nil
  }

Functions

decode(value, options)

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

Unwrap a decoded JSON object into its complex fields.