1. Packages
  2. Packages
  3. Power Platform
  4. API Docs
  5. getConnectors
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 connectors available in a Power Platform environment.

    Using getConnectors

    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 getConnectors(args: GetConnectorsArgs, opts?: InvokeOptions): Promise<GetConnectorsResult>
    function getConnectorsOutput(args: GetConnectorsOutputArgs, opts?: InvokeOptions): Output<GetConnectorsResult>
    def get_connectors(environment_id: Optional[str] = None,
                       opts: Optional[InvokeOptions] = None) -> GetConnectorsResult
    def get_connectors_output(environment_id: pulumi.Input[Optional[str]] = None,
                       opts: Optional[InvokeOptions] = None) -> Output[GetConnectorsResult]
    func GetConnectors(ctx *Context, args *GetConnectorsArgs, opts ...InvokeOption) (*GetConnectorsResult, error)
    func GetConnectorsOutput(ctx *Context, args *GetConnectorsOutputArgs, opts ...InvokeOption) GetConnectorsResultOutput

    > Note: This function is named GetConnectors in the Go SDK.

    public static class GetConnectors 
    {
        public static Task<GetConnectorsResult> InvokeAsync(GetConnectorsArgs args, InvokeOptions? opts = null)
        public static Output<GetConnectorsResult> Invoke(GetConnectorsInvokeArgs args, InvokeOptions? opts = null)
    }
    public static CompletableFuture<GetConnectorsResult> getConnectors(GetConnectorsArgs args, InvokeOptions options)
    public static Output<GetConnectorsResult> getConnectors(GetConnectorsArgs args, InvokeOptions options)
    
    fn::invoke:
      function: powerplatform:getConnectors
      arguments:
        # arguments dictionary
    data "powerplatform_getconnectors" "name" {
        # arguments
    }

    The following arguments are supported:

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

    getConnectors Result

    The following output properties are available:

    Connectors List<ConnectorSummary>
    The list of connectors.
    Connectors []ConnectorSummary
    The list of connectors.
    connectors list(object)
    The list of connectors.
    connectors List<ConnectorSummary>
    The list of connectors.
    connectors ConnectorSummary[]
    The list of connectors.
    connectors Sequence[ConnectorSummary]
    The list of connectors.
    connectors List<Property Map>
    The list of connectors.

    Supporting Types

    ConnectorSummary

    DisplayName string
    The display name of the connector.
    Id string
    The unique identifier of the connector.
    Name string
    The internal name of the connector.
    Type string
    The type of the connector.
    DisplayName string
    The display name of the connector.
    Id string
    The unique identifier of the connector.
    Name string
    The internal name of the connector.
    Type string
    The type of the connector.
    display_name string
    The display name of the connector.
    id string
    The unique identifier of the connector.
    name string
    The internal name of the connector.
    type string
    The type of the connector.
    displayName String
    The display name of the connector.
    id String
    The unique identifier of the connector.
    name String
    The internal name of the connector.
    type String
    The type of the connector.
    displayName string
    The display name of the connector.
    id string
    The unique identifier of the connector.
    name string
    The internal name of the connector.
    type string
    The type of the connector.
    display_name str
    The display name of the connector.
    id str
    The unique identifier of the connector.
    name str
    The internal name of the connector.
    type str
    The type of the connector.
    displayName String
    The display name of the connector.
    id String
    The unique identifier of the connector.
    name String
    The internal name of the connector.
    type String
    The type of the connector.

    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