Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
google-native.firebase/v1beta1.getAndroidApp
Explore with Pulumi AI
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi
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:
- Android
App stringId - Project string
- Android
App stringId - Project string
- android
App StringId - project String
- android
App stringId - project string
- android_
app_ strid - project str
- android
App StringId - project String
getAndroidApp Result
The following output properties are available:
- Api
Key stringId - 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 thekeyString
of the API key. ThekeyString
is the value that can be found in the App's configuration artifact. Ifapi_key_id
is not set in requests toandroidApps.Create
, then Firebase automatically associates anapi_key_id
with theAndroidApp
. 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 associatedAndroidApp
. We recommend using the Google Cloud Console to manage API keys. - App
Id 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. - Display
Name 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. - Expire
Time 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 itsProjectId
. 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 theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
). - Package
Name 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.
- Api
Key stringId - 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 thekeyString
of the API key. ThekeyString
is the value that can be found in the App's configuration artifact. Ifapi_key_id
is not set in requests toandroidApps.Create
, then Firebase automatically associates anapi_key_id
with theAndroidApp
. 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 associatedAndroidApp
. We recommend using the Google Cloud Console to manage API keys. - App
Id 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. - Display
Name 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. - Expire
Time 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 itsProjectId
. 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 theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
). - Package
Name 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 StringId - 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 thekeyString
of the API key. ThekeyString
is the value that can be found in the App's configuration artifact. Ifapi_key_id
is not set in requests toandroidApps.Create
, then Firebase automatically associates anapi_key_id
with theAndroidApp
. 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 associatedAndroidApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id 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. - display
Name 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. - expire
Time 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 itsProjectId
. 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 theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
). - package
Name 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.
- api
Key stringId - 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 thekeyString
of the API key. ThekeyString
is the value that can be found in the App's configuration artifact. Ifapi_key_id
is not set in requests toandroidApps.Create
, then Firebase automatically associates anapi_key_id
with theAndroidApp
. 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 associatedAndroidApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id 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. - display
Name 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. - expire
Time 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 itsProjectId
. 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 theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
). - package
Name 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_ strid - 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 thekeyString
of the API key. ThekeyString
is the value that can be found in the App's configuration artifact. Ifapi_key_id
is not set in requests toandroidApps.Create
, then Firebase automatically associates anapi_key_id
with theAndroidApp
. 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 associatedAndroidApp
. 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 itsProjectId
. 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 theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
). - 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.
- api
Key StringId - 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 thekeyString
of the API key. ThekeyString
is the value that can be found in the App's configuration artifact. Ifapi_key_id
is not set in requests toandroidApps.Create
, then Firebase automatically associates anapi_key_id
with theAndroidApp
. 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 associatedAndroidApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id 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. - display
Name 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. - expire
Time 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 itsProjectId
. 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 theProjectId
. * APP_ID: the globally unique, Firebase-assigned identifier for the App (seeappId
). - package
Name 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
Google Cloud Native is in preview. Google Cloud Classic is fully supported.
Google Cloud Native v0.32.0 published on Wednesday, Nov 29, 2023 by Pulumi