Class GoogleChromeManagementVersionsV1UploadCertificateRequest
Request message for uploading an issued certificate for a certificate provisioning process.
Implements
Inherited Members
Namespace: Google.Apis.ChromeManagement.v1.Data
Assembly: Google.Apis.ChromeManagement.v1.dll
Syntax
public class GoogleChromeManagementVersionsV1UploadCertificateRequest : IDirectResponseSchema
Properties
CertificatePem
Required. The issued certificate in PEM format.
Declaration
[JsonProperty("certificatePem")]
public virtual string CertificatePem { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |