Class GoogleChromeManagementVersionsV1SignDataRequest
Request 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 GoogleChromeManagementVersionsV1SignDataRequest : IDirectResponseSchema
Properties
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignData
Required. The data that the client was asked to sign.
Declaration
[JsonProperty("signData")]
public virtual string SignData { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
SignatureAlgorithm
Required. The signature algorithm that the adapter expects the client and backend components to use when
processing sign_data.
Declaration
[JsonProperty("signatureAlgorithm")]
public virtual string SignatureAlgorithm { get; set; }
Property Value
| Type | Description |
|---|---|
| string |