Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 660 Bytes

DomainsLdapCheckResponse.md

File metadata and controls

executable file
·
21 lines (15 loc) · 660 Bytes

DomainsLdapCheckResponse

Properties

Name Type Description Notes
Orphaned Orphaned[] List of users whose externID could not be found in LDAP [optional]

Examples

  • Prepare the resource
$DomainsLdapCheckResponse = Initialize-GrommunioAdminDomainsLdapCheckResponse  -Orphaned null
  • Convert the resource to JSON
$DomainsLdapCheckResponse | ConvertTo-JSON

[Back to Model list] [Back to API list] [Back to README]