mirror of
https://github.com/MicrosoftDocs/windows-itpro-docs.git
synced 2025-06-18 20:03:40 +00:00
Merge pull request #6962 from jdbruner/patch-2
add IsDiscoveryServer node to EuiccsDDF doc
This commit is contained in:
@ -40,6 +40,7 @@ eUICCs
|
|||||||
------------ServerName
|
------------ServerName
|
||||||
----------------DiscoveryState
|
----------------DiscoveryState
|
||||||
----------------AutoEnable
|
----------------AutoEnable
|
||||||
|
----------------IsDiscoveryServer
|
||||||
--------Profiles
|
--------Profiles
|
||||||
------------ICCID
|
------------ICCID
|
||||||
----------------ServerName
|
----------------ServerName
|
||||||
@ -112,6 +113,13 @@ Supported operations are Add, Get, and Replace.
|
|||||||
|
|
||||||
Value type is bool.
|
Value type is bool.
|
||||||
|
|
||||||
|
<a href="" id="euicc-downloadservers-servername-isdiscoveryserver"></a>**_eUICC_/DownloadServers/_ServerName_/IsDiscoveryServer**
|
||||||
|
Optional. Indicates whether the server is a discovery server. This setting must be defined by the MDM when the ServerName subtree is created.
|
||||||
|
|
||||||
|
Supported operations are Add, Get, and Replace.
|
||||||
|
|
||||||
|
Value type is bool. Default value is false.
|
||||||
|
|
||||||
<a href="" id="euicc-profiles"></a>**_eUICC_/Profiles**
|
<a href="" id="euicc-profiles"></a>**_eUICC_/Profiles**
|
||||||
Interior node. Required. Represents all enterprise-owned profiles.
|
Interior node. Required. Represents all enterprise-owned profiles.
|
||||||
|
|
||||||
|
@ -247,6 +247,30 @@ The XML below if for Windows 10, version 1803.
|
|||||||
</DFType>
|
</DFType>
|
||||||
</DFProperties>
|
</DFProperties>
|
||||||
</Node>
|
</Node>
|
||||||
|
<Node>
|
||||||
|
<NodeName>IsDiscoveryServer</NodeName>
|
||||||
|
<DFProperties>
|
||||||
|
<AccessType>
|
||||||
|
<Add />
|
||||||
|
<Get />
|
||||||
|
<Replace />
|
||||||
|
</AccessType>
|
||||||
|
<DefaultValue>false</DefaultValue>
|
||||||
|
<Description>Indicates whether the server is a discovery server. Optional, default value is false.</Description>
|
||||||
|
<DFFormat>
|
||||||
|
<bool />
|
||||||
|
</DFFormat>
|
||||||
|
<Occurrence>
|
||||||
|
<ZeroOrOne />
|
||||||
|
</Occurrence>
|
||||||
|
<Scope>
|
||||||
|
<Dynamic />
|
||||||
|
</Scope>
|
||||||
|
<DFType>
|
||||||
|
<MIME>text/plain</MIME>
|
||||||
|
</DFType>
|
||||||
|
</DFProperties>
|
||||||
|
</Node>
|
||||||
</Node>
|
</Node>
|
||||||
</Node>
|
</Node>
|
||||||
<Node>
|
<Node>
|
||||||
|
Reference in New Issue
Block a user