Skip to content

Latest commit

 

History

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

Role.md

File metadata and controls

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

Role

Properties

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

Examples

  • Prepare the resource
$Role = Initialize-GrommunioAdminRole  -ID null `
 -Name null
  • Convert the resource to JSON
$Role | ConvertTo-JSON

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