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.getIosApp
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 IosApp.
Using getIosApp
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 getIosApp(args: GetIosAppArgs, opts?: InvokeOptions): Promise<GetIosAppResult>
function getIosAppOutput(args: GetIosAppOutputArgs, opts?: InvokeOptions): Output<GetIosAppResult>
def get_ios_app(ios_app_id: Optional[str] = None,
project: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetIosAppResult
def get_ios_app_output(ios_app_id: Optional[pulumi.Input[str]] = None,
project: Optional[pulumi.Input[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetIosAppResult]
func LookupIosApp(ctx *Context, args *LookupIosAppArgs, opts ...InvokeOption) (*LookupIosAppResult, error)
func LookupIosAppOutput(ctx *Context, args *LookupIosAppOutputArgs, opts ...InvokeOption) LookupIosAppResultOutput
> Note: This function is named LookupIosApp
in the Go SDK.
public static class GetIosApp
{
public static Task<GetIosAppResult> InvokeAsync(GetIosAppArgs args, InvokeOptions? opts = null)
public static Output<GetIosAppResult> Invoke(GetIosAppInvokeArgs args, InvokeOptions? opts = null)
}
public static CompletableFuture<GetIosAppResult> getIosApp(GetIosAppArgs args, InvokeOptions options)
// Output-based functions aren't available in Java yet
fn::invoke:
function: google-native:firebase/v1beta1:getIosApp
arguments:
# arguments dictionary
The following arguments are supported:
- ios_
app_ strid - project str
getIosApp 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
IosApp
. 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 toiosApps.Create
, then Firebase automatically associates anapi_key_id
with theIosApp
. 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 associatedIosApp
. We recommend using the Google Cloud Console to manage API keys. - App
Id string - Immutable. The globally unique, Firebase-assigned identifier for the
IosApp
. This identifier should be treated as an opaque token, as the data format is not specified. - App
Store stringId - The automatically generated Apple ID assigned to the iOS app by Apple in the iOS App Store.
- Bundle
Id string - Immutable. The canonical bundle ID of the iOS app as it would appear in the iOS AppStore.
- Display
Name string - The user-assigned display name for the
IosApp
. - 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 IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/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
IosApp
. - State string
- The lifecycle state of the App.
- Team
Id string - The Apple Developer Team ID associated with the App in the App Store.
- Api
Key stringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
IosApp
. 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 toiosApps.Create
, then Firebase automatically associates anapi_key_id
with theIosApp
. 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 associatedIosApp
. We recommend using the Google Cloud Console to manage API keys. - App
Id string - Immutable. The globally unique, Firebase-assigned identifier for the
IosApp
. This identifier should be treated as an opaque token, as the data format is not specified. - App
Store stringId - The automatically generated Apple ID assigned to the iOS app by Apple in the iOS App Store.
- Bundle
Id string - Immutable. The canonical bundle ID of the iOS app as it would appear in the iOS AppStore.
- Display
Name string - The user-assigned display name for the
IosApp
. - 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 IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/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
IosApp
. - State string
- The lifecycle state of the App.
- Team
Id string - The Apple Developer Team ID associated with the App in the App Store.
- api
Key StringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
IosApp
. 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 toiosApps.Create
, then Firebase automatically associates anapi_key_id
with theIosApp
. 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 associatedIosApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id String - Immutable. The globally unique, Firebase-assigned identifier for the
IosApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app
Store StringId - The automatically generated Apple ID assigned to the iOS app by Apple in the iOS App Store.
- bundle
Id String - Immutable. The canonical bundle ID of the iOS app as it would appear in the iOS AppStore.
- display
Name String - The user-assigned display name for the
IosApp
. - 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 IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/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
IosApp
. - state String
- The lifecycle state of the App.
- team
Id String - The Apple Developer Team ID associated with the App in the App Store.
- api
Key stringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
IosApp
. 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 toiosApps.Create
, then Firebase automatically associates anapi_key_id
with theIosApp
. 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 associatedIosApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id string - Immutable. The globally unique, Firebase-assigned identifier for the
IosApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app
Store stringId - The automatically generated Apple ID assigned to the iOS app by Apple in the iOS App Store.
- bundle
Id string - Immutable. The canonical bundle ID of the iOS app as it would appear in the iOS AppStore.
- display
Name string - The user-assigned display name for the
IosApp
. - 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 IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/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
IosApp
. - state string
- The lifecycle state of the App.
- team
Id string - The Apple Developer Team ID associated with the App in the App Store.
- api_
key_ strid - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
IosApp
. 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 toiosApps.Create
, then Firebase automatically associates anapi_key_id
with theIosApp
. 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 associatedIosApp
. We recommend using the Google Cloud Console to manage API keys. - app_
id str - Immutable. The globally unique, Firebase-assigned identifier for the
IosApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app_
store_ strid - The automatically generated Apple ID assigned to the iOS app by Apple in the iOS App Store.
- bundle_
id str - Immutable. The canonical bundle ID of the iOS app as it would appear in the iOS AppStore.
- display_
name str - The user-assigned display name for the
IosApp
. - 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 IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/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
IosApp
. - state str
- The lifecycle state of the App.
- team_
id str - The Apple Developer Team ID associated with the App in the App Store.
- api
Key StringId - The globally unique, Google-assigned identifier (UID) for the Firebase API key associated with the
IosApp
. 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 toiosApps.Create
, then Firebase automatically associates anapi_key_id
with theIosApp
. 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 associatedIosApp
. We recommend using the Google Cloud Console to manage API keys. - app
Id String - Immutable. The globally unique, Firebase-assigned identifier for the
IosApp
. This identifier should be treated as an opaque token, as the data format is not specified. - app
Store StringId - The automatically generated Apple ID assigned to the iOS app by Apple in the iOS App Store.
- bundle
Id String - Immutable. The canonical bundle ID of the iOS app as it would appear in the iOS AppStore.
- display
Name String - The user-assigned display name for the
IosApp
. - 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 IosApp, in the format: projects/PROJECT_IDENTIFIER /iosApps/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
IosApp
. - state String
- The lifecycle state of the App.
- team
Id String - The Apple Developer Team ID associated with the App in the App Store.
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