All Downloads are FREE. Search and download functionalities are using the official Maven repository.

com.pulumi.gcp.projects.kotlin.outputs.ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplication.kt Maven / Gradle / Ivy

Go to download

Build cloud applications and infrastructure by combining the safety and reliability of infrastructure as code with the power of the Kotlin programming language.

There is a newer version: 8.12.0.0
Show newest version
@file:Suppress("NAME_SHADOWING", "DEPRECATION")

package com.pulumi.gcp.projects.kotlin.outputs

import kotlin.String
import kotlin.Suppress

/**
 *
 * @property packageName The package name of the application.
 * @property sha1Fingerprint 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.
 * - - -
 */
public data class ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplication(
    public val packageName: String,
    public val sha1Fingerprint: String,
) {
    public companion object {
        public fun toKotlin(javaType: com.pulumi.gcp.projects.outputs.ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplication): ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplication =
            ApiKeyRestrictionsAndroidKeyRestrictionsAllowedApplication(
                packageName = javaType.packageName(),
                sha1Fingerprint = javaType.sha1Fingerprint(),
            )
    }
}




© 2015 - 2025 Weber Informatics LLC | Privacy Policy