mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
Update PowerShell SDK docs: 16507204442
This commit is contained in:
@@ -18,17 +18,17 @@ Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**EventType** | **String** | the event type | [optional]
|
||||
**IdentityId** | **String** | the identity id | [optional]
|
||||
**Dt** | **String** | the date of event | [optional]
|
||||
**Account** | [**AccountStatusChangedAccount**](account-status-changed-account) | | [optional]
|
||||
**StatusChange** | [**AccountStatusChangedStatusChange**](account-status-changed-status-change) | | [optional]
|
||||
**DateTime** | **String** | the date of event | [optional]
|
||||
**Account** | [**AccountStatusChangedAccount**](account-status-changed-account) | | [required]
|
||||
**StatusChange** | [**AccountStatusChangedStatusChange**](account-status-changed-status-change) | | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountStatusChanged = Initialize-BetaAccountStatusChanged -EventType null `
|
||||
-IdentityId null `
|
||||
-Dt null `
|
||||
$AccountStatusChanged = Initialize-BetaAccountStatusChanged -EventType AccountStatusChanged `
|
||||
-IdentityId 8a80828f643d484f01643e14202e206f `
|
||||
-DateTime 2019-03-08T22:37:33.901Z `
|
||||
-Account null `
|
||||
-StatusChange null
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user