mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding all powershell doc versions back
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: v2024-account-status-changed
|
||||
title: AccountStatusChanged
|
||||
pagination_label: AccountStatusChanged
|
||||
sidebar_label: AccountStatusChanged
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'AccountStatusChanged']
|
||||
slug: /tools/sdk/powershell/v2024/models/account-status-changed
|
||||
tags: ['SDK', 'Software Development Kit', 'AccountStatusChanged']
|
||||
---
|
||||
|
||||
|
||||
# AccountStatusChanged
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**EventType** | Pointer to **String** | the event type | [optional]
|
||||
**IdentityId** | Pointer to **String** | the identity id | [optional]
|
||||
**Dt** | Pointer to **String** | the date of event | [optional]
|
||||
**Account** | Pointer to [**AccountStatusChangedAccount**](account-status-changed-account) | | [optional]
|
||||
**StatusChange** | Pointer to [**AccountStatusChangedStatusChange**](account-status-changed-status-change) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$AccountStatusChanged = Initialize-PSSailpoint.V2024AccountStatusChanged -EventType null `
|
||||
-IdentityId null `
|
||||
-Dt null `
|
||||
-Account null `
|
||||
-StatusChange null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$AccountStatusChanged | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user