google-native logo
Google Cloud Native v0.30.0, Apr 14 23

google-native.firebase/v1beta1.getAndroidApp

Explore with Pulumi AI

Gets the specified AndroidApp.

Using getAndroidApp

Two invocation forms are available. The direct form accepts plain arguments and either blocks until the result value is available, or returns a Promise-wrapped result. The output form accepts Input-wrapped arguments and returns an Output-wrapped result.

function getAndroidApp(args: GetAndroidAppArgs, opts?: InvokeOptions): Promise<GetAndroidAppResult>
function getAndroidAppOutput(args: GetAndroidAppOutputArgs, opts?: InvokeOptions): Output<GetAndroidAppResult>
def get_android_app(android_app_id: Optional[str] = None,
                    project: Optional[str] = None,
                    opts: Optional[InvokeOptions] = None) -> GetAndroidAppResult
def get_android_app_output(android_app_id: Optional[pulumi.Input[str]] = None,
                    project: Optional[pulumi.Input[str]] = None,
                    opts: Optional[InvokeOptions] = None) -> Output[GetAndroidAppResult]
func LookupAndroidApp(ctx *Context, args *LookupAndroidAppArgs, opts ...InvokeOption) (*LookupAndroidAppResult, error)
func LookupAndroidAppOutput(ctx *Context, args *LookupAndroidAppOutputArgs, opts ...InvokeOption) LookupAndroidAppResultOutput

> Note: This function is named LookupAndroidApp in the Go SDK.

public static class GetAndroidApp 
{
    public static Task<GetAndroidAppResult> InvokeAsync(GetAndroidAppArgs args, InvokeOptions? opts = null)
    public static Output<GetAndroidAppResult> Invoke(GetAndroidAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetAndroidAppResult> getAndroidApp(GetAndroidAppArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
  function: google-native:firebase/v1beta1:getAndroidApp
  arguments:
    # arguments dictionary

The following arguments are supported:

AndroidAppId string
Project string
AndroidAppId string
Project string
androidAppId String
project String
androidAppId string
project string
androidAppId String
project String

getAndroidApp Result

The following output properties are available:

ApiKeyId string

The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp. Be aware that this value is the UID of the API key, not the keyString of the API key. The keyString is the value that can be found in the App's configuration artifact. If api_key_id is not set in requests to androidApps.Create, then Firebase automatically associates an api_key_id with the AndroidApp. This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned. In patch requests, api_key_id cannot be set to an empty value, and the new UID must have no restrictions or only have restrictions that are valid for the associated AndroidApp. We recommend using the Google Cloud Console to manage API keys.

AppId string

Immutable. The globally unique, Firebase-assigned identifier for the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.

DisplayName string

The user-assigned display name for the AndroidApp.

Etag string

This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about etag in Google's AIP-154 standard. This etag is strongly validated.

ExpireTime string

Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the DELETED state.

Name string

The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * 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).

PackageName string

Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.

Project string

Immutable. A user-assigned unique identifier of the parent FirebaseProject for the AndroidApp.

Sha1Hashes List<string>

The SHA1 certificate hashes for the AndroidApp.

Sha256Hashes List<string>

The SHA256 certificate hashes for the AndroidApp.

State string

The lifecycle state of the App.

ApiKeyId string

The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp. Be aware that this value is the UID of the API key, not the keyString of the API key. The keyString is the value that can be found in the App's configuration artifact. If api_key_id is not set in requests to androidApps.Create, then Firebase automatically associates an api_key_id with the AndroidApp. This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned. In patch requests, api_key_id cannot be set to an empty value, and the new UID must have no restrictions or only have restrictions that are valid for the associated AndroidApp. We recommend using the Google Cloud Console to manage API keys.

AppId string

Immutable. The globally unique, Firebase-assigned identifier for the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.

DisplayName string

The user-assigned display name for the AndroidApp.

Etag string

This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about etag in Google's AIP-154 standard. This etag is strongly validated.

ExpireTime string

Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the DELETED state.

Name string

The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * 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).

PackageName string

Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.

Project string

Immutable. A user-assigned unique identifier of the parent FirebaseProject for the AndroidApp.

Sha1Hashes []string

The SHA1 certificate hashes for the AndroidApp.

Sha256Hashes []string

The SHA256 certificate hashes for the AndroidApp.

State string

The lifecycle state of the App.

apiKeyId String

The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp. Be aware that this value is the UID of the API key, not the keyString of the API key. The keyString is the value that can be found in the App's configuration artifact. If api_key_id is not set in requests to androidApps.Create, then Firebase automatically associates an api_key_id with the AndroidApp. This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned. In patch requests, api_key_id cannot be set to an empty value, and the new UID must have no restrictions or only have restrictions that are valid for the associated AndroidApp. We recommend using the Google Cloud Console to manage API keys.

appId String

Immutable. The globally unique, Firebase-assigned identifier for the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.

displayName String

The user-assigned display name for the AndroidApp.

etag String

This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about etag in Google's AIP-154 standard. This etag is strongly validated.

expireTime String

Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the DELETED state.

name String

The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * 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).

packageName String

Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.

project String

Immutable. A user-assigned unique identifier of the parent FirebaseProject for the AndroidApp.

sha1Hashes List<String>

The SHA1 certificate hashes for the AndroidApp.

sha256Hashes List<String>

The SHA256 certificate hashes for the AndroidApp.

state String

The lifecycle state of the App.

apiKeyId string

The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp. Be aware that this value is the UID of the API key, not the keyString of the API key. The keyString is the value that can be found in the App's configuration artifact. If api_key_id is not set in requests to androidApps.Create, then Firebase automatically associates an api_key_id with the AndroidApp. This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned. In patch requests, api_key_id cannot be set to an empty value, and the new UID must have no restrictions or only have restrictions that are valid for the associated AndroidApp. We recommend using the Google Cloud Console to manage API keys.

appId string

Immutable. The globally unique, Firebase-assigned identifier for the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.

displayName string

The user-assigned display name for the AndroidApp.

etag string

This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about etag in Google's AIP-154 standard. This etag is strongly validated.

expireTime string

Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the DELETED state.

name string

The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * 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).

packageName string

Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.

project string

Immutable. A user-assigned unique identifier of the parent FirebaseProject for the AndroidApp.

sha1Hashes string[]

The SHA1 certificate hashes for the AndroidApp.

sha256Hashes string[]

The SHA256 certificate hashes for the AndroidApp.

state string

The lifecycle state of the App.

api_key_id str

The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp. Be aware that this value is the UID of the API key, not the keyString of the API key. The keyString is the value that can be found in the App's configuration artifact. If api_key_id is not set in requests to androidApps.Create, then Firebase automatically associates an api_key_id with the AndroidApp. This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned. In patch requests, api_key_id cannot be set to an empty value, and the new UID must have no restrictions or only have restrictions that are valid for the associated AndroidApp. We recommend using the Google Cloud Console to manage API keys.

app_id str

Immutable. The globally unique, Firebase-assigned identifier for the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.

display_name str

The user-assigned display name for the AndroidApp.

etag str

This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about etag in Google's AIP-154 standard. This etag is strongly validated.

expire_time str

Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the DELETED state.

name str

The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * 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).

package_name str

Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.

project str

Immutable. A user-assigned unique identifier of the parent FirebaseProject for the AndroidApp.

sha1_hashes Sequence[str]

The SHA1 certificate hashes for the AndroidApp.

sha256_hashes Sequence[str]

The SHA256 certificate hashes for the AndroidApp.

state str

The lifecycle state of the App.

apiKeyId String

The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the AndroidApp. Be aware that this value is the UID of the API key, not the keyString of the API key. The keyString is the value that can be found in the App's configuration artifact. If api_key_id is not set in requests to androidApps.Create, then Firebase automatically associates an api_key_id with the AndroidApp. This auto-associated key may be an existing valid key or, if no valid key exists, a new one will be provisioned. In patch requests, api_key_id cannot be set to an empty value, and the new UID must have no restrictions or only have restrictions that are valid for the associated AndroidApp. We recommend using the Google Cloud Console to manage API keys.

appId String

Immutable. The globally unique, Firebase-assigned identifier for the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.

displayName String

The user-assigned display name for the AndroidApp.

etag String

This checksum is computed by the server based on the value of other fields, and it may be sent with update requests to ensure the client has an up-to-date value before proceeding. Learn more about etag in Google's AIP-154 standard. This etag is strongly validated.

expireTime String

Timestamp of when the App will be considered expired and cannot be undeleted. This value is only provided if the App is in the DELETED state.

name String

The resource name of the AndroidApp, in the format: projects/ PROJECT_IDENTIFIER/androidApps/APP_ID * 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).

packageName String

Immutable. The canonical package name of the Android app as would appear in the Google Play Developer Console.

project String

Immutable. A user-assigned unique identifier of the parent FirebaseProject for the AndroidApp.

sha1Hashes List<String>

The SHA1 certificate hashes for the AndroidApp.

sha256Hashes List<String>

The SHA256 certificate hashes for the AndroidApp.

state String

The lifecycle state of the App.

Package Details

Repository
Google Cloud Native pulumi/pulumi-google-native
License
Apache-2.0