Skip to content

Latest commit

 

History

History
executable file
·
21 lines (15 loc) · 637 Bytes

PostStoreAccessUserRequest.md

File metadata and controls

executable file
·
21 lines (15 loc) · 637 Bytes

PostStoreAccessUserRequest

Properties

Name Type Description Notes
Username String Mail address of the user to grant access to [optional]

Examples

  • Prepare the resource
$PostStoreAccessUserRequest = Initialize-GrommunioAdminPostStoreAccessUserRequest  -Username null
  • Convert the resource to JSON
$PostStoreAccessUserRequest | ConvertTo-JSON

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