mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-06 09:37:21 +00:00
189 lines
5.5 KiB
Markdown
189 lines
5.5 KiB
Markdown
---
|
|
title: SecureAssessment DDF file
|
|
description: View the OMA DM device description framework (DDF) for the SecureAssessment configuration service provider. DDF files are used only with OMA DM provisioning XML
|
|
ms.reviewer:
|
|
manager: dansimp
|
|
ms.author: dansimp
|
|
ms.topic: article
|
|
ms.prod: w10
|
|
ms.technology: windows
|
|
author: dansimp
|
|
ms.date: 12/05/2017
|
|
---
|
|
|
|
# SecureAssessment DDF file
|
|
|
|
This topic shows the OMA DM device description framework (DDF) for the **SecureAssessment** configuration service provider. DDF files are used only with OMA DM provisioning XML.
|
|
|
|
Looking for the DDF XML files? See [CSP DDF files download](configuration-service-provider-reference.md#csp-ddf-files-download).
|
|
|
|
The XML below is the current version for this CSP.
|
|
|
|
```xml
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!DOCTYPE MgmtTree PUBLIC " -//OMA//DTD-DM-DDF 1.2//EN"
|
|
"http://www.openmobilealliance.org/tech/DTD/DM_DDF-V1_2.dtd"
|
|
[<?oma-dm-ddf-ver supported-versions="1.2"?>]>
|
|
<MgmtTree xmlns:MSFT="http://schemas.microsoft.com/MobileDevice/DM">
|
|
<VerDTD>1.2</VerDTD>
|
|
<Node>
|
|
<NodeName>SecureAssessment</NodeName>
|
|
<Path>./Vendor/MSFT</Path>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Get />
|
|
</AccessType>
|
|
<Description>Settings related to the configuration of the Secure Assessment Browser.</Description>
|
|
<DFFormat>
|
|
<node />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Permanent />
|
|
</Scope>
|
|
<DFType>
|
|
<MIME>com.microsoft/1.1/MDM/SecureAssessment</MIME>
|
|
</DFType>
|
|
</DFProperties>
|
|
<Node>
|
|
<NodeName>LaunchURI</NodeName>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Add />
|
|
<Delete />
|
|
<Get />
|
|
<Replace />
|
|
</AccessType>
|
|
<Description>Link to an assessment that's automatically loaded when the Secure Assessment Browser is launched.</Description>
|
|
<DFFormat>
|
|
<chr />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<ZeroOrOne />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Dynamic />
|
|
</Scope>
|
|
<CaseSense>
|
|
<CIS />
|
|
</CaseSense>
|
|
<DFType>
|
|
<MIME>text/plain</MIME>
|
|
</DFType>
|
|
</DFProperties>
|
|
</Node>
|
|
<Node>
|
|
<NodeName>TesterAccount</NodeName>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Get />
|
|
<Add />
|
|
<Delete />
|
|
<Replace />
|
|
</AccessType>
|
|
<Description>The user name of the test taking account. To specify a domain account, use domain\user. To specify an Azure Active Directory account, use username@tenant.com. To specify a local account, use the username.</Description>
|
|
<DFFormat>
|
|
<chr />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<ZeroOrOne />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Dynamic />
|
|
</Scope>
|
|
<CaseSense>
|
|
<CIS />
|
|
</CaseSense>
|
|
<DFType>
|
|
<MIME>text/plain</MIME>
|
|
</DFType>
|
|
</DFProperties>
|
|
</Node>
|
|
<Node>
|
|
<NodeName>AllowScreenMonitoring</NodeName>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Get />
|
|
<Replace />
|
|
</AccessType>
|
|
<DefaultValue>false</DefaultValue>
|
|
<Description>Indicates if screen monitoring is allowed by the app.</Description>
|
|
<DFFormat>
|
|
<bool />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Permanent />
|
|
</Scope>
|
|
<CaseSense>
|
|
<CIS />
|
|
</CaseSense>
|
|
<DFType>
|
|
<MIME>text/plain</MIME>
|
|
</DFType>
|
|
</DFProperties>
|
|
</Node>
|
|
<Node>
|
|
<NodeName>RequirePrinting</NodeName>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Get />
|
|
<Replace />
|
|
</AccessType>
|
|
<DefaultValue>false</DefaultValue>
|
|
<Description>Indicates if printing is required by the app.</Description>
|
|
<DFFormat>
|
|
<bool />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Permanent />
|
|
</Scope>
|
|
<CaseSense>
|
|
<CIS />
|
|
</CaseSense>
|
|
<DFType>
|
|
<MIME>text/plain</MIME>
|
|
</DFType>
|
|
</DFProperties>
|
|
</Node>
|
|
<Node>
|
|
<NodeName>AllowTextSuggestions</NodeName>
|
|
<DFProperties>
|
|
<AccessType>
|
|
<Get />
|
|
<Replace />
|
|
</AccessType>
|
|
<DefaultValue>false</DefaultValue>
|
|
<Description>Indicates if keyboard text suggestions are allowed by the app.</Description>
|
|
<DFFormat>
|
|
<bool />
|
|
</DFFormat>
|
|
<Occurrence>
|
|
<One />
|
|
</Occurrence>
|
|
<Scope>
|
|
<Permanent />
|
|
</Scope>
|
|
<CaseSense>
|
|
<CIS />
|
|
</CaseSense>
|
|
<DFType>
|
|
<MIME>text/plain</MIME>
|
|
</DFType>
|
|
</DFProperties>
|
|
</Node>
|
|
</Node>
|
|
</MgmtTree>
|
|
```
|
|
|
|
## Related topics
|
|
|
|
[SecureAssessment CSP](secureassessment-csp.md)
|