FIDOAndroidAssetLinksTargets
Represents the 'target' field structure of assetlinks.json file that contains namespace, package name and certificate fingerprints.
Properties
Name | Type | Description | Notes |
---|---|---|---|
namespace | str | The namespace string for the association. | |
package_name | str | The package name of the Android app. | [optional] |
sha256_cert_fingerprints | List[str] | The list of SHA-256 certificate fingerprints for the signing certificates. | [optional] |