published on Monday, May 18, 2026 by rpothin
published on Monday, May 18, 2026 by rpothin
Manages a Power Platform environment. Environments are containers for apps, flows, data, and other resources. Uses the BAP admin REST API for lifecycle management.
Create Environment Resource
Resources are created with functions called constructors. To learn more about declaring and configuring resources, see Resources.
Constructor syntax
new Environment(name: string, args: EnvironmentArgs, opts?: CustomResourceOptions);@overload
def Environment(resource_name: str,
args: EnvironmentArgs,
opts: Optional[ResourceOptions] = None)
@overload
def Environment(resource_name: str,
opts: Optional[ResourceOptions] = None,
display_name: Optional[str] = None,
location: Optional[str] = None,
environment_type: Optional[str] = None,
description: Optional[str] = None,
cadence: Optional[str] = None,
dataverse: Optional[DataverseArgs] = None,
allow_bing_search: Optional[bool] = None,
billing_policy_id: Optional[str] = None,
enterprise_policies: Optional[Sequence[EnterprisePolicyArgs]] = None,
environment_group_id: Optional[str] = None,
azure_region: Optional[str] = None,
linked_app_id: Optional[str] = None,
linked_app_type: Optional[str] = None,
allow_moving_data_across_regions: Optional[bool] = None,
owner_id: Optional[str] = None)func NewEnvironment(ctx *Context, name string, args EnvironmentArgs, opts ...ResourceOption) (*Environment, error)public Environment(string name, EnvironmentArgs args, CustomResourceOptions? opts = null)
public Environment(String name, EnvironmentArgs args)
public Environment(String name, EnvironmentArgs args, CustomResourceOptions options)
type: powerplatform:Environment
properties: # The arguments to resource properties.
options: # Bag of options to control resource's behavior.
resource "powerplatform_environment" "name" {
# resource properties
}Parameters
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- resource_name str
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts ResourceOptions
- Bag of options to control resource's behavior.
- ctx Context
- Context object for the current deployment.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts ResourceOption
- Bag of options to control resource's behavior.
- name string
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- opts CustomResourceOptions
- Bag of options to control resource's behavior.
- name String
- The unique name of the resource.
- args EnvironmentArgs
- The arguments to resource properties.
- options CustomResourceOptions
- Bag of options to control resource's behavior.
Constructor example
The following reference example uses placeholder values for all input properties.
var environmentResource = new Powerplatform.Environment("environmentResource", new()
{
DisplayName = "string",
Location = "string",
EnvironmentType = "string",
Description = "string",
Cadence = "string",
Dataverse = new Powerplatform.Inputs.DataverseArgs
{
AdministrationModeEnabled = false,
BackgroundOperationEnabled = false,
CurrencyCode = "string",
DomainName = "string",
LanguageCode = 0,
OrganizationId = "string",
SecurityGroupId = "string",
TemplateMetadata = "string",
Templates = new[]
{
"string",
},
UniqueName = "string",
Url = "string",
Version = "string",
},
AllowBingSearch = false,
BillingPolicyId = "string",
EnterprisePolicies = new[]
{
new Powerplatform.Inputs.EnterprisePolicyArgs
{
Id = "string",
Location = "string",
Status = "string",
SystemId = "string",
Type = "string",
},
},
EnvironmentGroupId = "string",
AzureRegion = "string",
LinkedAppId = "string",
LinkedAppType = "string",
AllowMovingDataAcrossRegions = false,
OwnerId = "string",
});
example, err := powerplatform.NewEnvironment(ctx, "environmentResource", &powerplatform.EnvironmentArgs{
DisplayName: pulumi.String("string"),
Location: pulumi.String("string"),
EnvironmentType: pulumi.String("string"),
Description: pulumi.String("string"),
Cadence: pulumi.String("string"),
Dataverse: &powerplatform.DataverseArgs{
AdministrationModeEnabled: pulumi.Bool(false),
BackgroundOperationEnabled: pulumi.Bool(false),
CurrencyCode: pulumi.String("string"),
DomainName: pulumi.String("string"),
LanguageCode: pulumi.Float64(0),
OrganizationId: pulumi.String("string"),
SecurityGroupId: pulumi.String("string"),
TemplateMetadata: pulumi.String("string"),
Templates: pulumi.StringArray{
pulumi.String("string"),
},
UniqueName: pulumi.String("string"),
Url: pulumi.String("string"),
Version: pulumi.String("string"),
},
AllowBingSearch: pulumi.Bool(false),
BillingPolicyId: pulumi.String("string"),
EnterprisePolicies: powerplatform.EnterprisePolicyArray{
&powerplatform.EnterprisePolicyArgs{
Id: pulumi.String("string"),
Location: pulumi.String("string"),
Status: pulumi.String("string"),
SystemId: pulumi.String("string"),
Type: pulumi.String("string"),
},
},
EnvironmentGroupId: pulumi.String("string"),
AzureRegion: pulumi.String("string"),
LinkedAppId: pulumi.String("string"),
LinkedAppType: pulumi.String("string"),
AllowMovingDataAcrossRegions: pulumi.Bool(false),
OwnerId: pulumi.String("string"),
})
resource "powerplatform_environment" "environmentResource" {
display_name = "string"
location = "string"
environment_type = "string"
description = "string"
cadence = "string"
dataverse = {
administration_mode_enabled = false
background_operation_enabled = false
currency_code = "string"
domain_name = "string"
language_code = 0
organization_id = "string"
security_group_id = "string"
template_metadata = "string"
templates = ["string"]
unique_name = "string"
url = "string"
version = "string"
}
allow_bing_search = false
billing_policy_id = "string"
enterprise_policies {
id = "string"
location = "string"
status = "string"
system_id = "string"
type = "string"
}
environment_group_id = "string"
azure_region = "string"
linked_app_id = "string"
linked_app_type = "string"
allow_moving_data_across_regions = false
owner_id = "string"
}
var environmentResource = new Environment("environmentResource", EnvironmentArgs.builder()
.displayName("string")
.location("string")
.environmentType("string")
.description("string")
.cadence("string")
.dataverse(DataverseArgs.builder()
.administrationModeEnabled(false)
.backgroundOperationEnabled(false)
.currencyCode("string")
.domainName("string")
.languageCode(0.0)
.organizationId("string")
.securityGroupId("string")
.templateMetadata("string")
.templates("string")
.uniqueName("string")
.url("string")
.version("string")
.build())
.allowBingSearch(false)
.billingPolicyId("string")
.enterprisePolicies(EnterprisePolicyArgs.builder()
.id("string")
.location("string")
.status("string")
.systemId("string")
.type("string")
.build())
.environmentGroupId("string")
.azureRegion("string")
.linkedAppId("string")
.linkedAppType("string")
.allowMovingDataAcrossRegions(false)
.ownerId("string")
.build());
environment_resource = powerplatform.Environment("environmentResource",
display_name="string",
location="string",
environment_type="string",
description="string",
cadence="string",
dataverse={
"administration_mode_enabled": False,
"background_operation_enabled": False,
"currency_code": "string",
"domain_name": "string",
"language_code": float(0),
"organization_id": "string",
"security_group_id": "string",
"template_metadata": "string",
"templates": ["string"],
"unique_name": "string",
"url": "string",
"version": "string",
},
allow_bing_search=False,
billing_policy_id="string",
enterprise_policies=[{
"id": "string",
"location": "string",
"status": "string",
"system_id": "string",
"type": "string",
}],
environment_group_id="string",
azure_region="string",
linked_app_id="string",
linked_app_type="string",
allow_moving_data_across_regions=False,
owner_id="string")
const environmentResource = new powerplatform.Environment("environmentResource", {
displayName: "string",
location: "string",
environmentType: "string",
description: "string",
cadence: "string",
dataverse: {
administrationModeEnabled: false,
backgroundOperationEnabled: false,
currencyCode: "string",
domainName: "string",
languageCode: 0,
organizationId: "string",
securityGroupId: "string",
templateMetadata: "string",
templates: ["string"],
uniqueName: "string",
url: "string",
version: "string",
},
allowBingSearch: false,
billingPolicyId: "string",
enterprisePolicies: [{
id: "string",
location: "string",
status: "string",
systemId: "string",
type: "string",
}],
environmentGroupId: "string",
azureRegion: "string",
linkedAppId: "string",
linkedAppType: "string",
allowMovingDataAcrossRegions: false,
ownerId: "string",
});
type: powerplatform:Environment
properties:
allowBingSearch: false
allowMovingDataAcrossRegions: false
azureRegion: string
billingPolicyId: string
cadence: string
dataverse:
administrationModeEnabled: false
backgroundOperationEnabled: false
currencyCode: string
domainName: string
languageCode: 0
organizationId: string
securityGroupId: string
templateMetadata: string
templates:
- string
uniqueName: string
url: string
version: string
description: string
displayName: string
enterprisePolicies:
- id: string
location: string
status: string
systemId: string
type: string
environmentGroupId: string
environmentType: string
linkedAppId: string
linkedAppType: string
location: string
ownerId: string
Environment Resource Properties
To learn more about resource properties and how to use them, see Inputs and Outputs in the Architecture and Concepts docs.
Inputs
In Python, inputs that are objects can be passed either as argument classes or as dictionary literals.
The Environment resource accepts the following input properties:
- Display
Name string - The display name of the environment.
- Environment
Type string - The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
- Location string
- The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
- Allow
Bing boolSearch - Allow Bing Search integration (AI generative features).
- Allow
Moving boolData Across Regions - Allow data to move across geographic boundaries for Copilot features.
- Azure
Region string - Specific Azure region within the location geo (e.g. westus2). Immutable after creation.
- Billing
Policy stringId - ID of the billing policy to link to this environment.
- Cadence string
- Release wave cadence: Frequent or Moderate. Immutable after creation.
- Dataverse Dataverse
- Dataverse database configuration. Presence triggers Dataverse provisioning.
- Description string
- A description of the environment.
- Enterprise
Policies List<EnterprisePolicy> - Set of enterprise policies associated with the environment.
- Environment
Group stringId - ID of the environment group this environment belongs to.
- Linked
App stringId - GUID of the linked app.
- Linked
App stringType - Type of linked app: Canvas or ModelDriven.
- Owner
Id string - AAD user or group GUID who owns the environment. Only valid for Developer environments.
- Display
Name string - The display name of the environment.
- Environment
Type string - The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
- Location string
- The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
- Allow
Bing boolSearch - Allow Bing Search integration (AI generative features).
- Allow
Moving boolData Across Regions - Allow data to move across geographic boundaries for Copilot features.
- Azure
Region string - Specific Azure region within the location geo (e.g. westus2). Immutable after creation.
- Billing
Policy stringId - ID of the billing policy to link to this environment.
- Cadence string
- Release wave cadence: Frequent or Moderate. Immutable after creation.
- Dataverse
Dataverse
Args - Dataverse database configuration. Presence triggers Dataverse provisioning.
- Description string
- A description of the environment.
- Enterprise
Policies []EnterprisePolicy Args - Set of enterprise policies associated with the environment.
- Environment
Group stringId - ID of the environment group this environment belongs to.
- Linked
App stringId - GUID of the linked app.
- Linked
App stringType - Type of linked app: Canvas or ModelDriven.
- Owner
Id string - AAD user or group GUID who owns the environment. Only valid for Developer environments.
- display_
name string - The display name of the environment.
- environment_
type string - The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
- location string
- The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
- allow_
bing_ boolsearch - Allow Bing Search integration (AI generative features).
- allow_
moving_ booldata_ across_ regions - Allow data to move across geographic boundaries for Copilot features.
- azure_
region string - Specific Azure region within the location geo (e.g. westus2). Immutable after creation.
- billing_
policy_ stringid - ID of the billing policy to link to this environment.
- cadence string
- Release wave cadence: Frequent or Moderate. Immutable after creation.
- dataverse object
- Dataverse database configuration. Presence triggers Dataverse provisioning.
- description string
- A description of the environment.
- enterprise_
policies list(object) - Set of enterprise policies associated with the environment.
- environment_
group_ stringid - ID of the environment group this environment belongs to.
- linked_
app_ stringid - GUID of the linked app.
- linked_
app_ stringtype - Type of linked app: Canvas or ModelDriven.
- owner_
id string - AAD user or group GUID who owns the environment. Only valid for Developer environments.
- display
Name String - The display name of the environment.
- environment
Type String - The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
- location String
- The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
- allow
Bing BooleanSearch - Allow Bing Search integration (AI generative features).
- allow
Moving BooleanData Across Regions - Allow data to move across geographic boundaries for Copilot features.
- azure
Region String - Specific Azure region within the location geo (e.g. westus2). Immutable after creation.
- billing
Policy StringId - ID of the billing policy to link to this environment.
- cadence String
- Release wave cadence: Frequent or Moderate. Immutable after creation.
- dataverse Dataverse
- Dataverse database configuration. Presence triggers Dataverse provisioning.
- description String
- A description of the environment.
- enterprise
Policies List<EnterprisePolicy> - Set of enterprise policies associated with the environment.
- environment
Group StringId - ID of the environment group this environment belongs to.
- linked
App StringId - GUID of the linked app.
- linked
App StringType - Type of linked app: Canvas or ModelDriven.
- owner
Id String - AAD user or group GUID who owns the environment. Only valid for Developer environments.
- display
Name string - The display name of the environment.
- environment
Type string - The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
- location string
- The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
- allow
Bing booleanSearch - Allow Bing Search integration (AI generative features).
- allow
Moving booleanData Across Regions - Allow data to move across geographic boundaries for Copilot features.
- azure
Region string - Specific Azure region within the location geo (e.g. westus2). Immutable after creation.
- billing
Policy stringId - ID of the billing policy to link to this environment.
- cadence string
- Release wave cadence: Frequent or Moderate. Immutable after creation.
- dataverse Dataverse
- Dataverse database configuration. Presence triggers Dataverse provisioning.
- description string
- A description of the environment.
- enterprise
Policies EnterprisePolicy[] - Set of enterprise policies associated with the environment.
- environment
Group stringId - ID of the environment group this environment belongs to.
- linked
App stringId - GUID of the linked app.
- linked
App stringType - Type of linked app: Canvas or ModelDriven.
- owner
Id string - AAD user or group GUID who owns the environment. Only valid for Developer environments.
- display_
name str - The display name of the environment.
- environment_
type str - The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
- location str
- The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
- allow_
bing_ boolsearch - Allow Bing Search integration (AI generative features).
- allow_
moving_ booldata_ across_ regions - Allow data to move across geographic boundaries for Copilot features.
- azure_
region str - Specific Azure region within the location geo (e.g. westus2). Immutable after creation.
- billing_
policy_ strid - ID of the billing policy to link to this environment.
- cadence str
- Release wave cadence: Frequent or Moderate. Immutable after creation.
- dataverse
Dataverse
Args - Dataverse database configuration. Presence triggers Dataverse provisioning.
- description str
- A description of the environment.
- enterprise_
policies Sequence[EnterprisePolicy Args] - Set of enterprise policies associated with the environment.
- environment_
group_ strid - ID of the environment group this environment belongs to.
- linked_
app_ strid - GUID of the linked app.
- linked_
app_ strtype - Type of linked app: Canvas or ModelDriven.
- owner_
id str - AAD user or group GUID who owns the environment. Only valid for Developer environments.
- display
Name String - The display name of the environment.
- environment
Type String - The type (SKU) of the environment: Sandbox, Production, Trial, Developer, or Default. Immutable after creation.
- location String
- The geographic region for the environment (e.g., unitedstates, europe). Immutable after creation.
- allow
Bing BooleanSearch - Allow Bing Search integration (AI generative features).
- allow
Moving BooleanData Across Regions - Allow data to move across geographic boundaries for Copilot features.
- azure
Region String - Specific Azure region within the location geo (e.g. westus2). Immutable after creation.
- billing
Policy StringId - ID of the billing policy to link to this environment.
- cadence String
- Release wave cadence: Frequent or Moderate. Immutable after creation.
- dataverse Property Map
- Dataverse database configuration. Presence triggers Dataverse provisioning.
- description String
- A description of the environment.
- enterprise
Policies List<Property Map> - Set of enterprise policies associated with the environment.
- environment
Group StringId - ID of the environment group this environment belongs to.
- linked
App StringId - GUID of the linked app.
- linked
App StringType - Type of linked app: Canvas or ModelDriven.
- owner
Id String - AAD user or group GUID who owns the environment. Only valid for Developer environments.
Outputs
All input properties are implicitly available as output properties. Additionally, the Environment resource produces the following output properties:
- Id string
- The provider-assigned unique ID for this managed resource.
- Created
Time string - The timestamp when the environment was created.
- Last
Modified stringTime - The timestamp when the environment was last modified.
- Linked
App stringUrl - URL of the linked app. Computed.
- State string
- The current state of the environment (e.g., Ready, Preparing).
- Id string
- The provider-assigned unique ID for this managed resource.
- Created
Time string - The timestamp when the environment was created.
- Last
Modified stringTime - The timestamp when the environment was last modified.
- Linked
App stringUrl - URL of the linked app. Computed.
- State string
- The current state of the environment (e.g., Ready, Preparing).
- id string
- The provider-assigned unique ID for this managed resource.
- created_
time string - The timestamp when the environment was created.
- last_
modified_ stringtime - The timestamp when the environment was last modified.
- linked_
app_ stringurl - URL of the linked app. Computed.
- state string
- The current state of the environment (e.g., Ready, Preparing).
- id String
- The provider-assigned unique ID for this managed resource.
- created
Time String - The timestamp when the environment was created.
- last
Modified StringTime - The timestamp when the environment was last modified.
- linked
App StringUrl - URL of the linked app. Computed.
- state String
- The current state of the environment (e.g., Ready, Preparing).
- id string
- The provider-assigned unique ID for this managed resource.
- created
Time string - The timestamp when the environment was created.
- last
Modified stringTime - The timestamp when the environment was last modified.
- linked
App stringUrl - URL of the linked app. Computed.
- state string
- The current state of the environment (e.g., Ready, Preparing).
- id str
- The provider-assigned unique ID for this managed resource.
- created_
time str - The timestamp when the environment was created.
- last_
modified_ strtime - The timestamp when the environment was last modified.
- linked_
app_ strurl - URL of the linked app. Computed.
- state str
- The current state of the environment (e.g., Ready, Preparing).
- id String
- The provider-assigned unique ID for this managed resource.
- created
Time String - The timestamp when the environment was created.
- last
Modified StringTime - The timestamp when the environment was last modified.
- linked
App StringUrl - URL of the linked app. Computed.
- state String
- The current state of the environment (e.g., Ready, Preparing).
Supporting Types
Dataverse, DataverseArgs
Configuration for the Dataverse database associated with a Power Platform environment.- Administration
Mode boolEnabled - Whether the Dataverse instance is in administration mode.
- Background
Operation boolEnabled - Whether background operations are enabled during administration mode.
- Currency
Code string - Currency code for the Dataverse database (e.g. USD). Immutable after creation.
- Domain
Name string - Domain prefix for the Dataverse instance URL.
- Language
Code double - Base language LCID (e.g. 1033). Immutable after creation.
- Organization
Id string - Dataverse organization GUID. Computed.
- Security
Group stringId - AAD security group GUID restricting environment access.
- Template
Metadata string - JSON metadata for provisioning templates. Immutable after creation.
- Templates List<string>
- Provisioning templates (e.g. D365_Sales). Immutable after creation.
- Unique
Name string - Dataverse unique name. Computed.
- Url string
- URL of the Dataverse instance. Computed.
- Version string
- Dataverse version string. Computed.
- Administration
Mode boolEnabled - Whether the Dataverse instance is in administration mode.
- Background
Operation boolEnabled - Whether background operations are enabled during administration mode.
- Currency
Code string - Currency code for the Dataverse database (e.g. USD). Immutable after creation.
- Domain
Name string - Domain prefix for the Dataverse instance URL.
- Language
Code float64 - Base language LCID (e.g. 1033). Immutable after creation.
- Organization
Id string - Dataverse organization GUID. Computed.
- Security
Group stringId - AAD security group GUID restricting environment access.
- Template
Metadata string - JSON metadata for provisioning templates. Immutable after creation.
- Templates []string
- Provisioning templates (e.g. D365_Sales). Immutable after creation.
- Unique
Name string - Dataverse unique name. Computed.
- Url string
- URL of the Dataverse instance. Computed.
- Version string
- Dataverse version string. Computed.
- administration_
mode_ boolenabled - Whether the Dataverse instance is in administration mode.
- background_
operation_ boolenabled - Whether background operations are enabled during administration mode.
- currency_
code string - Currency code for the Dataverse database (e.g. USD). Immutable after creation.
- domain_
name string - Domain prefix for the Dataverse instance URL.
- language_
code number - Base language LCID (e.g. 1033). Immutable after creation.
- organization_
id string - Dataverse organization GUID. Computed.
- security_
group_ stringid - AAD security group GUID restricting environment access.
- template_
metadata string - JSON metadata for provisioning templates. Immutable after creation.
- templates list(string)
- Provisioning templates (e.g. D365_Sales). Immutable after creation.
- unique_
name string - Dataverse unique name. Computed.
- url string
- URL of the Dataverse instance. Computed.
- version string
- Dataverse version string. Computed.
- administration
Mode BooleanEnabled - Whether the Dataverse instance is in administration mode.
- background
Operation BooleanEnabled - Whether background operations are enabled during administration mode.
- currency
Code String - Currency code for the Dataverse database (e.g. USD). Immutable after creation.
- domain
Name String - Domain prefix for the Dataverse instance URL.
- language
Code Double - Base language LCID (e.g. 1033). Immutable after creation.
- organization
Id String - Dataverse organization GUID. Computed.
- security
Group StringId - AAD security group GUID restricting environment access.
- template
Metadata String - JSON metadata for provisioning templates. Immutable after creation.
- templates List<String>
- Provisioning templates (e.g. D365_Sales). Immutable after creation.
- unique
Name String - Dataverse unique name. Computed.
- url String
- URL of the Dataverse instance. Computed.
- version String
- Dataverse version string. Computed.
- administration
Mode booleanEnabled - Whether the Dataverse instance is in administration mode.
- background
Operation booleanEnabled - Whether background operations are enabled during administration mode.
- currency
Code string - Currency code for the Dataverse database (e.g. USD). Immutable after creation.
- domain
Name string - Domain prefix for the Dataverse instance URL.
- language
Code number - Base language LCID (e.g. 1033). Immutable after creation.
- organization
Id string - Dataverse organization GUID. Computed.
- security
Group stringId - AAD security group GUID restricting environment access.
- template
Metadata string - JSON metadata for provisioning templates. Immutable after creation.
- templates string[]
- Provisioning templates (e.g. D365_Sales). Immutable after creation.
- unique
Name string - Dataverse unique name. Computed.
- url string
- URL of the Dataverse instance. Computed.
- version string
- Dataverse version string. Computed.
- administration_
mode_ boolenabled - Whether the Dataverse instance is in administration mode.
- background_
operation_ boolenabled - Whether background operations are enabled during administration mode.
- currency_
code str - Currency code for the Dataverse database (e.g. USD). Immutable after creation.
- domain_
name str - Domain prefix for the Dataverse instance URL.
- language_
code float - Base language LCID (e.g. 1033). Immutable after creation.
- organization_
id str - Dataverse organization GUID. Computed.
- security_
group_ strid - AAD security group GUID restricting environment access.
- template_
metadata str - JSON metadata for provisioning templates. Immutable after creation.
- templates Sequence[str]
- Provisioning templates (e.g. D365_Sales). Immutable after creation.
- unique_
name str - Dataverse unique name. Computed.
- url str
- URL of the Dataverse instance. Computed.
- version str
- Dataverse version string. Computed.
- administration
Mode BooleanEnabled - Whether the Dataverse instance is in administration mode.
- background
Operation BooleanEnabled - Whether background operations are enabled during administration mode.
- currency
Code String - Currency code for the Dataverse database (e.g. USD). Immutable after creation.
- domain
Name String - Domain prefix for the Dataverse instance URL.
- language
Code Number - Base language LCID (e.g. 1033). Immutable after creation.
- organization
Id String - Dataverse organization GUID. Computed.
- security
Group StringId - AAD security group GUID restricting environment access.
- template
Metadata String - JSON metadata for provisioning templates. Immutable after creation.
- templates List<String>
- Provisioning templates (e.g. D365_Sales). Immutable after creation.
- unique
Name String - Dataverse unique name. Computed.
- url String
- URL of the Dataverse instance. Computed.
- version String
- Dataverse version string. Computed.
EnterprisePolicy, EnterprisePolicyArgs
An enterprise policy associated with a Power Platform environment.Package Details
- Repository
- powerplatform rpothin/pulumi-powerplatform
- License
- MIT
published on Monday, May 18, 2026 by rpothin