Class AppsigningResource.RotateAppSigningKeyRequest
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
Inheritance
AppsigningResource.RotateAppSigningKeyRequest
Inherited Members
Namespace: Google.Apis.AndroidPublisher.v3
Assembly: Google.Apis.AndroidPublisher.v3.dll
Syntax
public class AppsigningResource.RotateAppSigningKeyRequest : AndroidPublisherBaseServiceRequest<RotateAppSigningKeyResponse>, IClientServiceRequest<RotateAppSigningKeyResponse>, IClientServiceRequest
Constructors
RotateAppSigningKeyRequest(IClientService, RotateAppSigningKeyRequest, string)
Constructs a new RotateAppSigningKey request.
Declaration
public RotateAppSigningKeyRequest(IClientService service, RotateAppSigningKeyRequest body, string name)
Parameters
| Type | Name | Description |
|---|---|---|
| IClientService | service | |
| RotateAppSigningKeyRequest | body | |
| string | name |
Properties
HttpMethod
Gets the HTTP method.
Declaration
public override string HttpMethod { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
MethodName
Gets the method name.
Declaration
public override string MethodName { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Name
Required. Either package name or app ID of the app rotating the signing key.
Declaration
[RequestParameter("name", RequestParameterType.Path)]
public virtual string Name { get; }
Property Value
| Type | Description |
|---|---|
| string |
RestPath
Gets the REST path.
Declaration
public override string RestPath { get; }
Property Value
| Type | Description |
|---|---|
| string |
Overrides
Methods
GetBody()
Returns the body of the request.
Declaration
protected override object GetBody()
Returns
| Type | Description |
|---|---|
| object |
Overrides
InitParameters()
Initializes RotateAppSigningKey parameter list.
Declaration
protected override void InitParameters()