Skip to content

Latest commit

 

History

History
executable file
·
23 lines (17 loc) · 604 Bytes

Orphaned.md

File metadata and controls

executable file
·
23 lines (17 loc) · 604 Bytes

Orphaned

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Username String [optional]

Examples

  • Prepare the resource
$Orphaned = Initialize-GrommunioAdminOrphaned  -ID null `
 -Username null
  • Convert the resource to JSON
$Orphaned | ConvertTo-JSON

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