From 43d48d48ae6f4a3822a6ece7f9a96332059f74aa Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Tue, 22 Oct 2024 12:35:47 +0000 Subject: [PATCH] Updated Schema Definition --- Modules/Microsoft365DSC/SchemaDefinition.json | 130 ++++++++++++++++++ 1 file changed, 130 insertions(+) diff --git a/Modules/Microsoft365DSC/SchemaDefinition.json b/Modules/Microsoft365DSC/SchemaDefinition.json index 2ba602200b..18c78000da 100644 --- a/Modules/Microsoft365DSC/SchemaDefinition.json +++ b/Modules/Microsoft365DSC/SchemaDefinition.json @@ -3624,6 +3624,136 @@ } ] }, + { + "ClassName": "MSFT_AADCustomAuthenticationExtensionEndPointConfiguration", + "Parameters": [ + { + "CIMType": "String", + "Name": "EndpointType", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "LogicAppWorkflowName", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "ResourceGroupName", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "SubscriptionId", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "TargetUrl", + "Option": "Write" + } + ] + }, + { + "ClassName": "MSFT_AADCustomAuthenticationExtensionClaimForTokenConfiguration", + "Parameters": [ + { + "CIMType": "String", + "Name": "ClaimIdInApiResponse", + "Option": "Write" + } + ] + }, + { + "ClassName": "MSFT_AADCustomAuthenticationExtension", + "Parameters": [ + { + "CIMType": "String", + "Name": "DisplayName", + "Option": "Key" + }, + { + "CIMType": "String", + "Name": "Id", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "CustomAuthenticationExtensionType", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "Description", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "AuthenticationConfigurationType", + "Option": "Write" + }, + { + "CIMType": "String", + "Name": "AuthenticationConfigurationResourceId", + "Option": "Write" + }, + { + "CIMType": "UInt32", + "Name": "ClientConfigurationTimeoutMilliseconds", + "Option": "Write" + }, + { + "CIMType": "UInt32", + "Name": "ClientConfigurationMaximumRetries", + "Option": "Write" + }, + { + "CIMType": "MSFT_AADCustomAuthenticationExtensionEndPointConfiguration", + "Name": "EndpointConfiguration", + "Option": "Write" + }, + { + "CIMType": "MSFT_AADCustomAuthenticationExtensionClaimForTokenConfiguration[]", + "Name": "ClaimsForTokenConfiguration", + "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": "String", + "Name": "CertificateThumbprint", + "Option": "Write" + }, + { + "CIMType": "Boolean", + "Name": "ManagedIdentity", + "Option": "Write" + }, + { + "CIMType": "String[]", + "Name": "AccessTokens", + "Option": "Write" + } + ] + }, { "ClassName": "MSFT_AADCustomSecurityAttributeDefinition", "Parameters": [