From 4494e1f9311e6c9bd92d0333c053e7a776974667 Mon Sep 17 00:00:00 2001 From: NikCharlebois Date: Tue, 3 Dec 2024 13:34:20 +0000 Subject: [PATCH] Updated Schema Definition --- Modules/Microsoft365DSC/SchemaDefinition.json | 60 +++++++++++++++++++ 1 file changed, 60 insertions(+) diff --git a/Modules/Microsoft365DSC/SchemaDefinition.json b/Modules/Microsoft365DSC/SchemaDefinition.json index bef851f38c..39acae4236 100644 --- a/Modules/Microsoft365DSC/SchemaDefinition.json +++ b/Modules/Microsoft365DSC/SchemaDefinition.json @@ -58285,6 +58285,66 @@ } ] }, + { + "ClassName": "MSFT_SPORetentionLabelsSettings", + "Parameters": [ + { + "CIMType": "String", + "Name": "IsSingleInstance", + "Option": "Key" + }, + { + "CIMType": "Boolean", + "Name": "AllowFilesWithKeepLabelToBeDeletedODB", + "Option": "Write" + }, + { + "CIMType": "Boolean", + "Name": "AllowFilesWithKeepLabelToBeDeletedSPO", + "Option": "Write" + }, + { + "CIMType": "Boolean", + "Name": "AdvancedRecordVersioningDisabled", + "Option": "Write" + }, + { + "CIMType": "Boolean", + "Name": "MetadataEditBlockingEnabled", + "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_SPOSearchManagedProperty", "Parameters": [