GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DefineCertificateResponse (google_api_chrome_policy v0.6.0)
View SourceResponse 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
@type t() :: %GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1DefineCertificateResponse{ networkId: String.t() | nil, settings: [ GoogleApi.ChromePolicy.V1.Model.GoogleChromePolicyVersionsV1NetworkSetting.t() ] | nil, targetResource: String.t() | nil }