Skip to content

Commit

Permalink
Updated Schema Definition
Browse files Browse the repository at this point in the history
  • Loading branch information
NikCharlebois committed Jun 4, 2024
1 parent a6e93e1 commit 7fa593b
Showing 1 changed file with 71 additions and 1 deletion.
72 changes: 71 additions & 1 deletion Modules/Microsoft365DSC/SchemaDefinition.json
Original file line number Diff line number Diff line change
Expand Up @@ -748,7 +748,7 @@
"ClassName": "MSFT_AADAuthenticationMethodPolicyAuthenticator",
"Parameters": [
{
"CIMType": "MSFT_MicrosoftGraphmicrosoftAuthenticatorFeatureSettings",
"CIMType": "MSFT_MicrosoftGraphMicrosoftAuthenticatorFeatureSettings",
"Name": "FeatureSettings",
"Option": "Write"
},
Expand Down Expand Up @@ -3279,6 +3279,76 @@
}
]
},
{
"ClassName": "MSFT_AADEntitlementManagementRoleAssignment",
"Parameters": [
{
"CIMType": "String",
"Name": "Id",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "Principal",
"Option": "Key"
},
{
"CIMType": "String",
"Name": "RoleDefinition",
"Option": "Key"
},
{
"CIMType": "String",
"Name": "AppScopeId",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "DirectoryScopeId",
"Option": "Write"
},
{
"CIMType": "string",
"Name": "Ensure",
"Option": "Write"
},
{
"CIMType": "MSFT_Credential",
"Name": "Credential",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "ApplicationId",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "TenantId",
"Option": "Write"
},
{
"CIMType": "MSFT_Credential",
"Name": "ApplicationSecret",
"Option": "Write"
},
{
"CIMType": "String",
"Name": "CertificateThumbprint",
"Option": "Write"
},
{
"CIMType": "Boolean",
"Name": "ManagedIdentity",
"Option": "Write"
},
{
"CIMType": "String[]",
"Name": "AccessTokens",
"Option": "Write"
}
]
},
{
"ClassName": "MSFT_AADExternalIdentityPolicy",
"Parameters": [
Expand Down

0 comments on commit 7fa593b

Please sign in to comment.