PROJECT_IDENTIFIER: the parent Project's ProjectNumber(recommended) or its ProjectId. Learn more about using project identifiers in Google's AIP 2510 standard. Note that the value for PROJECT_IDENTIFIER in any response body will be the ProjectId.
APP_ID: the globally unique, Firebase-assigned identifier for the App (see appId).
SHA_HASH: the certificate hash for the App (see shaHash).
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-24 UTC."],[],[],null,["# REST Resource: projects.androidApps.sha\n\nResource: ShaCertificate\n------------------------\n\nA SHA-1 or SHA-256 certificate associated with the [AndroidApp](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps#AndroidApp).\n\n| JSON representation |\n|----------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"name\": string, \"shaHash\": string, \"certType\": enum (/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha#ShaCertificateType) } ``` |\n\n| Fields ||\n|--------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `name` | `string` The resource name of the [ShaCertificate](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha#ShaCertificate) for the [AndroidApp](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps#AndroidApp), in the format: `projects/`\u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e`/androidApps/`\u003cvar translate=\"no\"\u003eAPP_ID\u003c/var\u003e`/sha/`\u003cvar translate=\"no\"\u003eSHA_HASH\u003c/var\u003e - \u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e: the parent Project's [`ProjectNumber`](../projects#FirebaseProject.FIELDS.project_number) ***(recommended)*** or its [`ProjectId`](../projects#FirebaseProject.FIELDS.project_id). Learn more about using project identifiers in Google's [AIP 2510 standard](https://google.aip.dev/cloud/2510). Note that the value for \u003cvar translate=\"no\"\u003ePROJECT_IDENTIFIER\u003c/var\u003e in any response body will be the `ProjectId`. - \u003cvar translate=\"no\"\u003eAPP_ID\u003c/var\u003e: the globally unique, Firebase-assigned identifier for the App (see [`appId`](../projects.androidApps#AndroidApp.FIELDS.app_id)). - \u003cvar translate=\"no\"\u003eSHA_HASH\u003c/var\u003e: the certificate hash for the App (see [`shaHash`](../projects.androidApps.sha#ShaCertificate.FIELDS.sha_hash)). |\n| `sha``Hash` | `string` The certificate hash for the `AndroidApp`. |\n| `cert``Type` | `enum (`[ShaCertificateType](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha#ShaCertificateType)`)` The type of SHA certificate encoded in the hash. |\n\nShaCertificateType\n------------------\n\nThe type of SHA certificate encoded in the hash.\n\n| Enums ||\n|------------------------------------|-------------------------------------------------------------------|\n| `SHA_CERTIFICATE_TYPE_UNSPECIFIED` | Unknown state. This is only used for distinguishing unset values. |\n| `SHA_1` | Certificate is a SHA-1 type certificate. |\n| `SHA_256` | Certificate is a SHA-256 type certificate. |\n\n| Methods ------- ||\n|------------------------------------------------------------------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ### [create](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha/create) | Adds a [ShaCertificate](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha#ShaCertificate) to the specified [AndroidApp](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps#AndroidApp). |\n| ### [delete](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha/delete) | Removes a [ShaCertificate](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha#ShaCertificate) from the specified [AndroidApp](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps#AndroidApp). |\n| ### [list](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps.sha/list) | Lists the SHA-1 and SHA-256 certificates for the specified [AndroidApp](/docs/reference/firebase-management/rest/v1beta1/projects.androidApps#AndroidApp). |"]]