Class GoogleChromeManagementVersionsV1SignDataResponse
Response message for requesting a signature from the client that initated a certificate provisioning process.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1SignDataResponse : IDirectResponseSchema
Properties
CertificateProvisioningProcess
Output only. The certificate provisioning process. The signature generated by the client will be available
in the signature
field of CertificateProvisioningProcess
.
Declaration
[JsonProperty("certificateProvisioningProcess")]
public virtual GoogleChromeManagementVersionsV1CertificateProvisioningProcess CertificateProvisioningProcess { get; set; }
Property Value
Type | Description |
---|---|
GoogleChromeManagementVersionsV1CertificateProvisioningProcess |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |