Show / Hide Table of Contents

Class GoogleChromeManagementVersionsV1SignDataRequest

Request message for requesting a signature from the client that initated a certificate provisioning process.

Inheritance
object
GoogleChromeManagementVersionsV1SignDataRequest
Implements
IDirectResponseSchema
Inherited Members
object.Equals(object)
object.Equals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
object.ReferenceEquals(object, object)
object.ToString()
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

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX