We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8baecb0 commit 426758cCopy full SHA for 426758c
1 file changed
docs/source/UserGuides/Edge/Configuration.rst
@@ -449,6 +449,8 @@ Active Directory
449
450
edge.directoryservice.set_advanced_mapping(advanced_mapping) # this function will skip domains that are not found
451
452
+.. note:: This method sets the advanced mapping of domains and requires the full list of mappings.
453
+ It does not append to the existing configuration—any existing mappings will be overwritten.
454
.. note:: to retrieve a list of domain flat names, use :py:func:`cterasdk.edge.directoryservice.domains()`
455
456
.. automethod:: cterasdk.edge.directoryservice.DirectoryService.disconnect
0 commit comments