gcp.firebase.getAndroidApp
Explore with Pulumi AI
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(app_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAndroidAppResult
def get_android_app_output(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: gcp:firebase/getAndroidApp:getAndroidApp
arguments:
# arguments dictionary
The following arguments are supported:
getAndroidApp Result
The following output properties are available:
- App
Id string Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.
- Deletion
Policy string - Display
Name string The user-assigned display name of 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.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId
- Package
Name string The canonical package name of the Android app as would appear in the Google Play Developer Console.
- Sha1Hashes List<string>
The SHA1 certificate hashes for the AndroidApp.
- Sha256Hashes List<string>
The SHA256 certificate hashes for the AndroidApp.
- Project string
- App
Id string Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.
- Deletion
Policy string - Display
Name string The user-assigned display name of 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.
- Id string
The provider-assigned unique ID for this managed resource.
- Name string
The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId
- Package
Name string The canonical package name of the Android app as would appear in the Google Play Developer Console.
- Sha1Hashes []string
The SHA1 certificate hashes for the AndroidApp.
- Sha256Hashes []string
The SHA256 certificate hashes for the AndroidApp.
- Project string
- app
Id String Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.
- deletion
Policy String - display
Name String The user-assigned display name of 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.
- id String
The provider-assigned unique ID for this managed resource.
- name String
The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId
- package
Name String The canonical package name of the Android app as would appear in the Google Play Developer Console.
- sha1Hashes List<String>
The SHA1 certificate hashes for the AndroidApp.
- sha256Hashes List<String>
The SHA256 certificate hashes for the AndroidApp.
- project String
- app
Id string Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.
- deletion
Policy string - display
Name string The user-assigned display name of 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.
- id string
The provider-assigned unique ID for this managed resource.
- name string
The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId
- package
Name string The canonical package name of the Android app as would appear in the Google Play Developer Console.
- sha1Hashes string[]
The SHA1 certificate hashes for the AndroidApp.
- sha256Hashes string[]
The SHA256 certificate hashes for the AndroidApp.
- project string
- app_
id str Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.
- deletion_
policy str - display_
name str The user-assigned display name of 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.
- id str
The provider-assigned unique ID for this managed resource.
- name str
The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId
- package_
name str The canonical package name of the Android app as would appear in the Google Play Developer Console.
- sha1_
hashes Sequence[str] The SHA1 certificate hashes for the AndroidApp.
- sha256_
hashes Sequence[str] The SHA256 certificate hashes for the AndroidApp.
- project str
- app
Id String Immutable. The globally unique, Firebase-assigned identifier of the AndroidApp. This identifier should be treated as an opaque token, as the data format is not specified.
- deletion
Policy String - display
Name String The user-assigned display name of 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.
- id String
The provider-assigned unique ID for this managed resource.
- name String
The fully qualified resource name of the AndroidApp, for example: projects/projectId/androidApps/appId
- package
Name String The canonical package name of the Android app as would appear in the Google Play Developer Console.
- sha1Hashes List<String>
The SHA1 certificate hashes for the AndroidApp.
- sha256Hashes List<String>
The SHA256 certificate hashes for the AndroidApp.
- project String
Package Details
- Repository
- Google Cloud (GCP) Classic pulumi/pulumi-gcp
- License
- Apache-2.0
- Notes
This Pulumi package is based on the
google-beta
Terraform Provider.