Skip to content

Latest commit

 

History

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

AdminRole.md

File metadata and controls

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

AdminRole

Properties

Name Type Description Notes
ID Int32 Unique ID of the object [optional] [readonly]
Name String [optional]
Description String [optional]
Permissions AdminPermission[] List of permissions associated with the role [optional]
Users User1[] List of users associated with the role [optional]

Examples

  • Prepare the resource
$AdminRole = Initialize-GrommunioAdminAdminRole  -ID null `
 -Name null `
 -Description null `
 -Permissions null `
 -Users null
  • Convert the resource to JSON
$AdminRole | ConvertTo-JSON

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