mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 12:27:47 +00:00
adding docs back with new ids
This commit is contained in:
@@ -0,0 +1,39 @@
|
||||
---
|
||||
id: identity-entities-identity-entity
|
||||
title: IdentityEntitiesIdentityEntity
|
||||
pagination_label: IdentityEntitiesIdentityEntity
|
||||
sidebar_label: IdentityEntitiesIdentityEntity
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'IdentityEntitiesIdentityEntity']
|
||||
slug: /tools/sdk/powershell/v2024/models/identity-entities-identity-entity
|
||||
tags: ['SDK', 'Software Development Kit', 'IdentityEntitiesIdentityEntity']
|
||||
---
|
||||
|
||||
|
||||
# IdentityEntitiesIdentityEntity
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**Id** | Pointer to **String** | id of the resource to which the identity is associated | [optional]
|
||||
**Name** | Pointer to **String** | name of the resource to which the identity is associated | [optional]
|
||||
**Type** | Pointer to **String** | type of the resource to which the identity is associated | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$IdentityEntitiesIdentityEntity = Initialize-PSSailpoint.V2024IdentityEntitiesIdentityEntity -Id 031034e97f094a4096c1be53f75f6b91 `
|
||||
-Name Gaston.800ddf9640a `
|
||||
-Type CAMPAIGN_CAMPAIGNER
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$IdentityEntitiesIdentityEntity | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user