Class AppsigningResource
The "appsigning" collection of methods.
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppsigningResource
Constructors
AppsigningResource(IClientService)
Constructs a new resource.
Declaration
public AppsigningResource(IClientService service)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service |
Methods
EnrollApp(EnrollAppRequest, string)
Enrolls an app in Play App Signing using a self-hosted Google Cloud KMS key. Warning: Do not use this method for standard Play App Signing enrollment. * Standard enrollment with Google-generated or Google-managed keys cannot be done via API. * This advanced API is strictly for enterprise organizations with mandatory compliance, regulatory, or policy requirements to retain key custody in an external Google Cloud KMS instance. * Prerequisites: Requires an active, properly configured Google Cloud KMS key with appropriate IAM permissions granted to Google Play before calling this method. See Help Center: https://support.google.com/googleplay/android-developer/answer/9842756
Declaration
public virtual AppsigningResource.EnrollAppRequest EnrollApp(EnrollAppRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| EnrollAppRequest | body | The body of the request. |
| string | name | Required. Either package name or app ID of the app enrolling in Play Signing. |
Returns
| Type | Description |
|---|---|
| AppsigningResource.EnrollAppRequest |
RotateAppSigningKey(RotateAppSigningKeyRequest, string)
Rotates an app's signing key to a new self-hosted Google Cloud KMS key. Warning: This method only applies to apps enrolled with self-hosted Cloud KMS keys. For apps using standard Google-managed Play App Signing, key rotation requests must be initiated through the Google Play Console UI. See Help Center: https://support.google.com/googleplay/android-developer/answer/9842756
Declaration
public virtual AppsigningResource.RotateAppSigningKeyRequest RotateAppSigningKey(RotateAppSigningKeyRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| RotateAppSigningKeyRequest | body | The body of the request. |
| string | name | Required. Either package name or app ID of the app rotating the signing key. |
Returns
| Type | Description |
|---|---|
| AppsigningResource.RotateAppSigningKeyRequest |