ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs

data class ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs(val packageName: Output<String>, val sha1Fingerprint: Output<String>) : ConvertibleToJava<ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs>

Constructors

constructor(packageName: Output<String>, sha1Fingerprint: Output<String>)

Properties

Link copied to clipboard
val packageName: Output<String>

The package name of the application.

Link copied to clipboard
val sha1Fingerprint: Output<String>

The SHA1 fingerprint of the application. For example, both sha1 formats are acceptable : DA:39:A3:EE:5E:6B:4B:0D:32:55:BF:EF:95:60:18:90:AF:D8:07:09 or DA39A3EE5E6B4B0D3255BFEF95601890AFD80709. Output format is the latter.

Functions

Link copied to clipboard
open override fun toJava(): ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplicationArgs