1. Packages
  2. Packages
  3. Power Platform
  4. API Docs
  5. getApps
Viewing docs for Power Platform v0.3.3
published on Monday, May 18, 2026 by rpothin
powerplatform logo
Viewing docs for Power Platform v0.3.3
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 dictionary
    data "powerplatform_getapps" "name" {
        # arguments
    }

    The following arguments are supported:

    EnvironmentId string
    The ID of the environment to list apps for.
    EnvironmentId string
    The ID of the environment to list apps for.
    environment_id string
    The ID of the environment to list apps for.
    environmentId String
    The ID of the environment to list apps for.
    environmentId string
    The ID of the environment to list apps for.
    environment_id str
    The ID of the environment to list apps for.
    environmentId String
    The ID of the environment to list apps for.

    getApps Result

    The following output properties are available:

    Apps List<AppSummary>
    The list of Power Apps.
    Apps []AppSummary
    The list of Power Apps.
    apps list(object)
    The list of Power Apps.
    apps List<AppSummary>
    The list of Power Apps.
    apps AppSummary[]
    The list of Power Apps.
    apps Sequence[AppSummary]
    The list of Power Apps.
    apps List<Property Map>
    The list of Power Apps.

    Supporting Types

    AppSummary

    DisplayName string
    The display name of the app.
    Id string
    The unique identifier of the app.
    Name string
    The internal name of the app.
    DisplayName 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.
    displayName String
    The display name of the app.
    id String
    The unique identifier of the app.
    name String
    The internal name of the app.
    displayName 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.
    displayName 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
    powerplatform logo
    Viewing docs for Power Platform v0.3.3
    published on Monday, May 18, 2026 by rpothin

      Try Pulumi Cloud free.
      Your team will thank you.

      Start free trial