Skip to content

Commit

Permalink
BPA Fix auth methods query
Browse files Browse the repository at this point in the history
  • Loading branch information
Raphael Buechi committed Aug 28, 2024
1 parent 916f221 commit d3ef46f
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Config/AXE-TENANT.BPATemplate.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@
"ExtractFields": [
"State"
],
"where": "$_.State -eq 'Enabled'",
"StoreAs": "bool",
"FrontendFields": [
{
Expand All @@ -44,6 +45,7 @@
"ExtractFields": [
"State"
],
"where": "$_.State -eq 'Enabled'",
"StoreAs": "bool",
"FrontendFields": [
{
Expand All @@ -61,6 +63,7 @@
"ExtractFields": [
"State"
],
"where": "$_.State -eq 'Enabled'",
"StoreAs": "bool",
"FrontendFields": [
{
Expand All @@ -78,6 +81,7 @@
"ExtractFields": [
"State"
],
"where": "$_.State -eq 'Enabled'",
"StoreAs": "bool",
"FrontendFields": [
{
Expand All @@ -95,6 +99,7 @@
"ExtractFields": [
"State"
],
"where": "$_.State -eq 'Enabled'",
"StoreAs": "bool",
"FrontendFields": [
{
Expand All @@ -112,6 +117,7 @@
"ExtractFields": [
"State"
],
"where": "$_.State -eq 'Enabled'",
"StoreAs": "bool",
"FrontendFields": [
{
Expand All @@ -129,6 +135,7 @@
"ExtractFields": [
"State"
],
"where": "$_.State -eq 'Enabled'",
"StoreAs": "bool",
"FrontendFields": [
{
Expand Down Expand Up @@ -194,6 +201,23 @@
}
]
},
{
"name": "AllowedToCreateTenants",
"API": "Graph",
"URL": "https://graph.microsoft.com/beta/policies/authorizationPolicy/authorizationPolicy",
"ExtractFields": [
"defaultUserRolePermissions.allowedToCreateTenants"
],
"StoreAs": "bool",
"FrontendFields": [
{
"name": "Tenant Creation Disabled",
"desc": "Check if users are allowed to create tenants",
"value": "AllowedToCreateTenants",
"formatter": "reverseBool"
}
]
},
{
"name": "MessageCopyforSentAsDisabled",
"API": "Exchange",
Expand Down

0 comments on commit d3ef46f

Please sign in to comment.