signingKeyCerts property

List<ApplicationSigningKeyCert>? signingKeyCerts
getter/setter pair

Signing key certificates of the app.This field is required in the following cases: The app has installType set to CUSTOM (i.e. a custom app).

The app has roles set to a nonempty list and the app does not exist on the Play Store. The app has extensionConfig set (i.e. an extension app) but ExtensionConfig.signingKeyFingerprintsSha256 (deprecated) is not set and the app does not exist on the Play Store.If this field is not set for a custom app, the policy is rejected. If it is not set when required for a non-custom app, a NonComplianceDetail with INVALID_VALUE is reported.For other cases, this field is optional and the signing key certificates obtained from Play Store are used.See following policy settings to see how this field is used: choosePrivateKeyRules ApplicationPolicy.InstallType.CUSTOM ApplicationPolicy.extensionConfig ApplicationPolicy.roles

Optional.

Implementation

core.List<ApplicationSigningKeyCert>? signingKeyCerts;