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.getWebApp
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 WebApp.
Using getWebApp
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 getWebApp(args: GetWebAppArgs, opts?: InvokeOptions): Promise<GetWebAppResult>
function getWebAppOutput(args: GetWebAppOutputArgs, opts?: InvokeOptions): Output<GetWebAppResult>
def get_web_app(project: Optional[str] = None,
web_app_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetWebAppResult
def get_web_app_output(project: Optional[pulumi.Input[str]] = None,
web_app_id: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetWebAppResult]
func LookupWebApp(ctx *Context, args *LookupWebAppArgs, opts ...InvokeOption) (*LookupWebAppResult, error)
func LookupWebAppOutput(ctx *Context, args *LookupWebAppOutputArgs, opts ...InvokeOption) LookupWebAppResultOutput
> Note: This function is named LookupWebApp
in the Go SDK.
public static class GetWebApp
{
public static Task<GetWebAppResult> InvokeAsync(GetWebAppArgs args, InvokeOptions? opts = null)
public static Output<GetWebAppResult> Invoke(GetWebAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetWebAppResult> getWebApp(GetWebAppArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:firebase/v1beta1:getWebApp
arguments:
# arguments dictionary
The following arguments are supported:
- web_
app_ strid - project str
getWebApp 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
WebApp
. 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 towebApps.Create
, then Firebase automatically associates anapi_key_id
with theWebApp
. 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 associatedWebApp
. We recommend using the Google Cloud Console to manage API keys. - App
Id string - Immutable. The globally unique, Firebase-assigned identifier for the
WebApp
. This identifier should be treated as an opaque token, as the data format is not specified. - App
Urls List<string> - The URLs where the
WebApp
is hosted. - Display
Name string - The user-assigned display name for the
WebApp
. - 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 WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/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
). - Project string
- Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
WebApp
. - State string
- The lifecycle state of the App.
- Web
Id string - Immutable. A unique, Firebase-assigned identifier for the
WebApp
. This identifier is only used to populate thenamespace
value for theWebApp
. For most use cases, useappId
to identify or reference the App. ThewebId
value is only unique within aFirebaseProject
and its associated Apps.
- Api
Key stringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
WebApp
. 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 towebApps.Create
, then Firebase automatically associates anapi_key_id
with theWebApp
. 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 associatedWebApp
. We recommend using the Google Cloud Console to manage API keys. - App
Id string - Immutable. The globally unique, Firebase-assigned identifier for the
WebApp
. This identifier should be treated as an opaque token, as the data format is not specified. - App
Urls []string - The URLs where the
WebApp
is hosted. - Display
Name string - The user-assigned display name for the
WebApp
. - 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 WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/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
). - Project string
- Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
WebApp
. - State string
- The lifecycle state of the App.
- Web
Id string - Immutable. A unique, Firebase-assigned identifier for the
WebApp
. This identifier is only used to populate thenamespace
value for theWebApp
. For most use cases, useappId
to identify or reference the App. ThewebId
value is only unique within aFirebaseProject
and its associated Apps.
- api
Key StringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
WebApp
. 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 towebApps.Create
, then Firebase automatically associates anapi_key_id
with theWebApp
. 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 associatedWebApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id String - Immutable. The globally unique, Firebase-assigned identifier for the
WebApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app
Urls List<String> - The URLs where the
WebApp
is hosted. - display
Name String - The user-assigned display name for the
WebApp
. - 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 WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/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
). - project String
- Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
WebApp
. - state String
- The lifecycle state of the App.
- web
Id String - Immutable. A unique, Firebase-assigned identifier for the
WebApp
. This identifier is only used to populate thenamespace
value for theWebApp
. For most use cases, useappId
to identify or reference the App. ThewebId
value is only unique within aFirebaseProject
and its associated Apps.
- api
Key stringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
WebApp
. 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 towebApps.Create
, then Firebase automatically associates anapi_key_id
with theWebApp
. 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 associatedWebApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id string - Immutable. The globally unique, Firebase-assigned identifier for the
WebApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app
Urls string[] - The URLs where the
WebApp
is hosted. - display
Name string - The user-assigned display name for the
WebApp
. - 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 WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/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
). - project string
- Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
WebApp
. - state string
- The lifecycle state of the App.
- web
Id string - Immutable. A unique, Firebase-assigned identifier for the
WebApp
. This identifier is only used to populate thenamespace
value for theWebApp
. For most use cases, useappId
to identify or reference the App. ThewebId
value is only unique within aFirebaseProject
and its associated Apps.
- api_
key_ strid - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
WebApp
. 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 towebApps.Create
, then Firebase automatically associates anapi_key_id
with theWebApp
. 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 associatedWebApp
. We recommend using the Google Cloud Console to manage API keys. - app_
id str - Immutable. The globally unique, Firebase-assigned identifier for the
WebApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app_
urls Sequence[str] - The URLs where the
WebApp
is hosted. - display_
name str - The user-assigned display name for the
WebApp
. - 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 WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/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
). - project str
- Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
WebApp
. - state str
- The lifecycle state of the App.
- web_
id str - Immutable. A unique, Firebase-assigned identifier for the
WebApp
. This identifier is only used to populate thenamespace
value for theWebApp
. For most use cases, useappId
to identify or reference the App. ThewebId
value is only unique within aFirebaseProject
and its associated Apps.
- api
Key StringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
WebApp
. 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 towebApps.Create
, then Firebase automatically associates anapi_key_id
with theWebApp
. 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 associatedWebApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id String - Immutable. The globally unique, Firebase-assigned identifier for the
WebApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app
Urls List<String> - The URLs where the
WebApp
is hosted. - display
Name String - The user-assigned display name for the
WebApp
. - 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 WebApp, in the format: projects/PROJECT_IDENTIFIER /webApps/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
). - project String
- Immutable. A user-assigned unique identifier of the parent FirebaseProject for the
WebApp
. - state String
- The lifecycle state of the App.
- web
Id String - Immutable. A unique, Firebase-assigned identifier for the
WebApp
. This identifier is only used to populate thenamespace
value for theWebApp
. For most use cases, useappId
to identify or reference the App. ThewebId
value is only unique within aFirebaseProject
and its associated Apps.
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