getApp

suspend fun getApp(argument: GetAppPlainArgs): GetAppResult

Returns the details for a developer app.

Return

null

Parameters

argument

null


suspend fun getApp(appId: String, developerId: String, entity: String? = null, organizationId: String, query: String? = null): GetAppResult

Return

null

See also

Parameters

appId
developerId
entity
organizationId
query

suspend fun getApp(argument: suspend GetAppPlainArgsBuilder.() -> Unit): GetAppResult

Return

null

See also

Parameters

argument

Builder for com.pulumi.googlenative.apigee.v1.kotlin.inputs.GetAppPlainArgs.