Show / Hide Table of Contents

Class EnrollAppRequest

Request to enroll an app into Play App Signing using a self-hosted Cloud KMS key.

Inheritance
object
EnrollAppRequest
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.AndroidPublisher.v3.Data
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class EnrollAppRequest : IDirectResponseSchema

Properties

ETag

The ETag of the item.

Declaration
public virtual string ETag { get; set; }
Property Value
Type Description
string

EnrollExistingApp

Enrolls an existing app into Play signing using an external Cloud KMS key.

Declaration
[JsonProperty("enrollExistingApp")]
public virtual EnrollExistingApp EnrollExistingApp { get; set; }
Property Value
Type Description
EnrollExistingApp

EnrollNewApp

Changes the signing key of a new app to an external Cloud KMS key. The app must not have published to Open testing or Production tracks.

Declaration
[JsonProperty("enrollNewApp")]
public virtual EnrollNewApp EnrollNewApp { get; set; }
Property Value
Type Description
EnrollNewApp

PemUploadCertificate

The certificate associated with the upload key, in PEM format.

Declaration
[JsonProperty("pemUploadCertificate")]
public virtual string PemUploadCertificate { get; set; }
Property Value
Type Description
string

Implements

IDirectResponseSchema
In this article
Back to top Generated by DocFX