Viewing docs for Power Platform v0.3.3
published on Monday, May 18, 2026 by rpothin
published on Monday, May 18, 2026 by rpothin
Viewing docs for Power Platform v0.3.3
published on Monday, May 18, 2026 by rpothin
published on Monday, May 18, 2026 by rpothin
Lists Power Apps in a Power Platform environment.
Using getApps
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 getApps(args: GetAppsArgs, opts?: InvokeOptions): Promise<GetAppsResult>
function getAppsOutput(args: GetAppsOutputArgs, opts?: InvokeOptions): Output<GetAppsResult>def get_apps(environment_id: Optional[str] = None,
opts: Optional[InvokeOptions] = None) -> GetAppsResult
def get_apps_output(environment_id: pulumi.Input[Optional[str]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetAppsResult]func GetApps(ctx *Context, args *GetAppsArgs, opts ...InvokeOption) (*GetAppsResult, error)
func GetAppsOutput(ctx *Context, args *GetAppsOutputArgs, opts ...InvokeOption) GetAppsResultOutput> Note: This function is named GetApps in the Go SDK.
public static class GetApps
{
public static Task<GetAppsResult> InvokeAsync(GetAppsArgs args, InvokeOptions? opts = null)
public static Output<GetAppsResult> Invoke(GetAppsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetAppsResult> getApps(GetAppsArgs args, InvokeOptions options)
public static Output<GetAppsResult> getApps(GetAppsArgs args, InvokeOptions options)
fn::invoke:
function: powerplatform:getApps
arguments:
# arguments dictionarydata "powerplatform_getapps" "name" {
# arguments
}The following arguments are supported:
- Environment
Id string - The ID of the environment to list apps for.
- Environment
Id string - The ID of the environment to list apps for.
- environment_
id string - The ID of the environment to list apps for.
- environment
Id String - The ID of the environment to list apps for.
- environment
Id string - The ID of the environment to list apps for.
- environment_
id str - The ID of the environment to list apps for.
- environment
Id String - The ID of the environment to list apps for.
getApps Result
The following output properties are available:
- Apps
List<App
Summary> - The list of Power Apps.
- Apps
[]App
Summary - The list of Power Apps.
- apps list(object)
- The list of Power Apps.
- apps
List<App
Summary> - The list of Power Apps.
- apps
App
Summary[] - The list of Power Apps.
- apps
Sequence[App
Summary] - The list of Power Apps.
- apps List<Property Map>
- The list of Power Apps.
Supporting Types
AppSummary
- Display
Name string - The display name of the app.
- Id string
- The unique identifier of the app.
- Name string
- The internal name of the app.
- Display
Name string - The display name of the app.
- Id string
- The unique identifier of the app.
- Name string
- The internal name of the app.
- display_
name string - The display name of the app.
- id string
- The unique identifier of the app.
- name string
- The internal name of the app.
- display
Name String - The display name of the app.
- id String
- The unique identifier of the app.
- name String
- The internal name of the app.
- display
Name string - The display name of the app.
- id string
- The unique identifier of the app.
- name string
- The internal name of the app.
- display_
name str - The display name of the app.
- id str
- The unique identifier of the app.
- name str
- The internal name of the app.
- display
Name String - The display name of the app.
- id String
- The unique identifier of the app.
- name String
- The internal name of the app.
Package Details
- Repository
- powerplatform rpothin/pulumi-powerplatform
- License
- MIT
Viewing docs for Power Platform v0.3.3
published on Monday, May 18, 2026 by rpothin
published on Monday, May 18, 2026 by rpothin