Skip to content

Files

Latest commit

 

History

History
executable file
·
29 lines (23 loc) · 921 Bytes

Data6.md

File metadata and controls

executable file
·
29 lines (23 loc) · 921 Bytes

Data6

Properties

Name Type Description Notes
ID String LDAP object ID of the person [optional]
Name String Display name of the person [optional]
Email String E-mail address of the person [optional]
Type String Type of the entry (either 'user' or 'contact') [optional]
VarError String Why the entry cannot be imported (showAll=true only) [optional]

Examples

  • Prepare the resource
$Data6 = Initialize-GrommunioAdminData6  -ID null `
 -Name null `
 -Email null `
 -Type null `
 -VarError null
  • Convert the resource to JSON
$Data6 | ConvertTo-JSON

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