AccountStatusChanged
Properties
Name | Type | Description | Notes |
---|---|---|---|
EventType | String | the event type | [optional] |
IdentityId | String | the identity id | [optional] |
DateTime | String | the date of event | [optional] |
Account | AccountStatusChangedAccount | [required] | |
StatusChange | AccountStatusChangedStatusChange | [required] |
Examples
- Prepare the resource
$AccountStatusChanged = Initialize-BetaAccountStatusChanged -EventType AccountStatusChanged `
-IdentityId 8a80828f643d484f01643e14202e206f `
-DateTime 2019-03-08T22:37:33.901Z `
-Account null `
-StatusChange null
- Convert the resource to JSON
$AccountStatusChanged | ConvertTo-JSON