Skip to content

Latest commit

 

History

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

ProfileResponseUser.md

File metadata and controls

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

ProfileResponseUser

Properties

Name Type Description Notes
Username String [optional]
RealName String [optional]

Examples

  • Prepare the resource
$ProfileResponseUser = Initialize-GrommunioAdminProfileResponseUser  -Username null `
 -RealName null
  • Convert the resource to JSON
$ProfileResponseUser | ConvertTo-JSON

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