Skip to content

Commit

Permalink
Update documentation (#796)
Browse files Browse the repository at this point in the history
Co-authored-by: Anthony Watherston <[email protected]>
  • Loading branch information
anwather and Anthony Watherston authored Oct 24, 2024
1 parent 7b09b08 commit a5a6949
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion Docs/settings-global-setting-file.md
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,10 @@ EPAC has a concept of an environment identified by a string (unique per reposito
- `pacSelector`: the logical name of the EPAC environment.
- `cloud`: select cloud environments.
- `tenantId`: enables multi-tenant scenarios.
- `deploymentRootScope`: the deployment scope for Policy and Policy Set definitions. Policy Assignments can only defined at this scope and child scopes (recursive).
- `deploymentRootScope`: the deployment scope for Policy and Policy Set definitions. Policy Assignments can only defined at this scope and child scopes (recursive). The format for each scope level is as follows:
- Management Group: `/providers/Microsoft.Management/managementGroups/{management-group-name}`
- Subscription: `/subscriptions/{subscription-id}`
- Resource Group: `/subscriptions/{subscription-id}/resourceGroups/{resource-group-name}`
- `desiredState`: defines the desired state strategy.
- `strategy`: see [Desired State Strategy](settings-desired-state.md).
- `keepDfcSecurityAssignments`: see [Managing Defender for Cloud Policy Assignments](settings-dfc-assignments.md).
Expand Down

0 comments on commit a5a6949

Please sign in to comment.