Skip to content

Latest commit

 

History

History
23 lines (17 loc) · 644 Bytes

BouncesRemoveListError.md

File metadata and controls

23 lines (17 loc) · 644 Bytes

BouncesRemoveListError

Properties

Name Type Description Notes
EmailAddress String [optional]
Reason String [optional]

Examples

  • Prepare the resource
$BouncesRemoveListError = Initialize-Okta.PowerShellBouncesRemoveListError  -EmailAddress null `
 -Reason null
  • Convert the resource to JSON
$BouncesRemoveListError | ConvertTo-JSON

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