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
Retrieves a list of Power Platform environments available for the authenticated user.
Using getEnvironments
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 getEnvironments(args: GetEnvironmentsArgs, opts?: InvokeOptions): Promise<GetEnvironmentsResult>
function getEnvironmentsOutput(args: GetEnvironmentsOutputArgs, opts?: InvokeOptions): Output<GetEnvironmentsResult>def get_environments(filter: Optional[str] = None,
top: Optional[int] = None,
opts: Optional[InvokeOptions] = None) -> GetEnvironmentsResult
def get_environments_output(filter: pulumi.Input[Optional[str]] = None,
top: pulumi.Input[Optional[int]] = None,
opts: Optional[InvokeOptions] = None) -> Output[GetEnvironmentsResult]func GetEnvironments(ctx *Context, args *GetEnvironmentsArgs, opts ...InvokeOption) (*GetEnvironmentsResult, error)
func GetEnvironmentsOutput(ctx *Context, args *GetEnvironmentsOutputArgs, opts ...InvokeOption) GetEnvironmentsResultOutput> Note: This function is named GetEnvironments in the Go SDK.
public static class GetEnvironments
{
public static Task<GetEnvironmentsResult> InvokeAsync(GetEnvironmentsArgs args, InvokeOptions? opts = null)
public static Output<GetEnvironmentsResult> Invoke(GetEnvironmentsInvokeArgs args, InvokeOptions? opts = null)
}public static CompletableFuture<GetEnvironmentsResult> getEnvironments(GetEnvironmentsArgs args, InvokeOptions options)
public static Output<GetEnvironmentsResult> getEnvironments(GetEnvironmentsArgs args, InvokeOptions options)
fn::invoke:
function: powerplatform:getEnvironments
arguments:
# arguments dictionarydata "powerplatform_getenvironments" "name" {
# arguments
}The following arguments are supported:
getEnvironments Result
The following output properties are available:
- Environments
List<Environment
Summary> - The list of environments.
- Environments
[]Environment
Summary - The list of environments.
- environments list(object)
- The list of environments.
- environments
List<Environment
Summary> - The list of environments.
- environments
Environment
Summary[] - The list of environments.
- environments
Sequence[Environment
Summary] - The list of environments.
- environments List<Property Map>
- The list of environments.
Supporting Types
EnvironmentSummary
- Azure
Region string - The Azure region of the environment.
- Dataverse
Id string - The Dataverse organization ID.
- Display
Name string - The display name of the environment.
- Domain
Name string - The domain name of the Dataverse database.
- Environment
Group stringId - The environment group to which this environment belongs.
- Geo string
- The geographical region of the environment.
- Id string
- The unique identifier of the environment.
- Security
Group stringId - The security group that controls access.
- State string
- The current state of the environment.
- Tenant
Id string - The tenant that the environment belongs to.
- Type string
- The type (SKU) of the environment.
- Url string
- The URL of the Dataverse database.
- Version string
- The version of the Dataverse database.
- Azure
Region string - The Azure region of the environment.
- Dataverse
Id string - The Dataverse organization ID.
- Display
Name string - The display name of the environment.
- Domain
Name string - The domain name of the Dataverse database.
- Environment
Group stringId - The environment group to which this environment belongs.
- Geo string
- The geographical region of the environment.
- Id string
- The unique identifier of the environment.
- Security
Group stringId - The security group that controls access.
- State string
- The current state of the environment.
- Tenant
Id string - The tenant that the environment belongs to.
- Type string
- The type (SKU) of the environment.
- Url string
- The URL of the Dataverse database.
- Version string
- The version of the Dataverse database.
- azure_
region string - The Azure region of the environment.
- dataverse_
id string - The Dataverse organization ID.
- display_
name string - The display name of the environment.
- domain_
name string - The domain name of the Dataverse database.
- environment_
group_ stringid - The environment group to which this environment belongs.
- geo string
- The geographical region of the environment.
- id string
- The unique identifier of the environment.
- security_
group_ stringid - The security group that controls access.
- state string
- The current state of the environment.
- tenant_
id string - The tenant that the environment belongs to.
- type string
- The type (SKU) of the environment.
- url string
- The URL of the Dataverse database.
- version string
- The version of the Dataverse database.
- azure
Region String - The Azure region of the environment.
- dataverse
Id String - The Dataverse organization ID.
- display
Name String - The display name of the environment.
- domain
Name String - The domain name of the Dataverse database.
- environment
Group StringId - The environment group to which this environment belongs.
- geo String
- The geographical region of the environment.
- id String
- The unique identifier of the environment.
- security
Group StringId - The security group that controls access.
- state String
- The current state of the environment.
- tenant
Id String - The tenant that the environment belongs to.
- type String
- The type (SKU) of the environment.
- url String
- The URL of the Dataverse database.
- version String
- The version of the Dataverse database.
- azure
Region string - The Azure region of the environment.
- dataverse
Id string - The Dataverse organization ID.
- display
Name string - The display name of the environment.
- domain
Name string - The domain name of the Dataverse database.
- environment
Group stringId - The environment group to which this environment belongs.
- geo string
- The geographical region of the environment.
- id string
- The unique identifier of the environment.
- security
Group stringId - The security group that controls access.
- state string
- The current state of the environment.
- tenant
Id string - The tenant that the environment belongs to.
- type string
- The type (SKU) of the environment.
- url string
- The URL of the Dataverse database.
- version string
- The version of the Dataverse database.
- azure_
region str - The Azure region of the environment.
- dataverse_
id str - The Dataverse organization ID.
- display_
name str - The display name of the environment.
- domain_
name str - The domain name of the Dataverse database.
- environment_
group_ strid - The environment group to which this environment belongs.
- geo str
- The geographical region of the environment.
- id str
- The unique identifier of the environment.
- security_
group_ strid - The security group that controls access.
- state str
- The current state of the environment.
- tenant_
id str - The tenant that the environment belongs to.
- type str
- The type (SKU) of the environment.
- url str
- The URL of the Dataverse database.
- version str
- The version of the Dataverse database.
- azure
Region String - The Azure region of the environment.
- dataverse
Id String - The Dataverse organization ID.
- display
Name String - The display name of the environment.
- domain
Name String - The domain name of the Dataverse database.
- environment
Group StringId - The environment group to which this environment belongs.
- geo String
- The geographical region of the environment.
- id String
- The unique identifier of the environment.
- security
Group StringId - The security group that controls access.
- state String
- The current state of the environment.
- tenant
Id String - The tenant that the environment belongs to.
- type String
- The type (SKU) of the environment.
- url String
- The URL of the Dataverse database.
- version String
- The version of the Dataverse database.
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