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 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 dictionarydata "powerplatform_getconnectors" "name" {
# arguments
}The following arguments are supported:
- Environment
Id string - The ID of the environment to list connectors for.
- Environment
Id string - The ID of the environment to list connectors for.
- environment_
id string - The ID of the environment to list connectors for.
- environment
Id String - The ID of the environment to list connectors for.
- environment
Id string - The ID of the environment to list connectors for.
- environment_
id str - The ID of the environment to list connectors for.
- environment
Id String - The ID of the environment to list connectors for.
getConnectors Result
The following output properties are available:
- Connectors
List<Connector
Summary> - The list of connectors.
- Connectors
[]Connector
Summary - The list of connectors.
- connectors list(object)
- The list of connectors.
- connectors
List<Connector
Summary> - The list of connectors.
- connectors
Connector
Summary[] - The list of connectors.
- connectors
Sequence[Connector
Summary] - The list of connectors.
- connectors List<Property Map>
- The list of connectors.
Supporting Types
ConnectorSummary
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
- 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.
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