View Source GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1SignDataResponse (google_api_chrome_management v0.9.0)
Response message for requesting a signature from the client that initated a certificate provisioning process.
Attributes
-
certificateProvisioningProcess
(type:GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess.t
, default:nil
) - Output only. The certificate provisioning process. The signature generated by the client will be available in thesignature
field ofCertificateProvisioningProcess
.
Summary
Functions
Unwrap a decoded JSON object into its complex fields.
Types
@type t() :: %GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1SignDataResponse{ certificateProvisioningProcess: GoogleApi.ChromeManagement.V1.Model.GoogleChromeManagementVersionsV1alpha1CertificateProvisioningProcess.t() | nil }