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,37 @@
|
||||
---
|
||||
id: v2024-identity-deleted
|
||||
title: IdentityDeleted
|
||||
pagination_label: IdentityDeleted
|
||||
sidebar_label: IdentityDeleted
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityDeleted']
|
||||
slug: /tools/sdk/powershell/v2024/models/identity-deleted
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityDeleted']
|
||||
---
|
||||
|
||||
|
||||
# IdentityDeleted
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Identity** | [**IdentityDeletedIdentity**](identity-deleted-identity) | | [required]
|
||||
**Attributes** | [**map[string]AnyType**]https://learn.microsoft.com/en-us/powershell/scripting/lang-spec/chapter-04?view=powershell-7.4 | The attributes assigned to the identity. Attributes are determined by the identity profile. | [required]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityDeleted = Initialize-PSSailpoint.V2024IdentityDeleted -Identity null `
|
||||
-Attributes {firstname=John}
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityDeleted | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user