mirror of
https://github.com/LukeHagar/developer.sailpoint.com.git
synced 2025-12-09 20:37:47 +00:00
adding v3 docs back in
This commit is contained in:
@@ -0,0 +1,43 @@
|
||||
---
|
||||
id: expansion-item
|
||||
title: ExpansionItem
|
||||
pagination_label: ExpansionItem
|
||||
sidebar_label: ExpansionItem
|
||||
sidebar_class_name: powershellsdk
|
||||
keywords: ['powershell', 'PowerShell', 'sdk', 'ExpansionItem']
|
||||
slug: /tools/sdk/powershell/v3/models/expansion-item
|
||||
tags: ['SDK', 'Software Development Kit', 'ExpansionItem']
|
||||
---
|
||||
|
||||
|
||||
# ExpansionItem
|
||||
|
||||
## Properties
|
||||
|
||||
Name | Type | Description | Notes
|
||||
------------ | ------------- | ------------- | -------------
|
||||
**AccountId** | Pointer to **String** | The ID of the account | [optional]
|
||||
**Cause** | Pointer to **String** | | [optional]
|
||||
**Name** | Pointer to **String** | The name of the item | [optional]
|
||||
**AttributeRequests** | Pointer to [**[]AttributeRequest**](attribute-request) | | [optional]
|
||||
**Source** | Pointer to [**AccountSource**](account-source) | | [optional]
|
||||
|
||||
## Examples
|
||||
|
||||
- Prepare the resource
|
||||
```powershell
|
||||
$ExpansionItem = Initialize-PSSailpoint.V3ExpansionItem -AccountId 2c91808981f58ea601821c3e93482e6f `
|
||||
-Cause Role `
|
||||
-Name smartsheet-role `
|
||||
-AttributeRequests null `
|
||||
-Source null
|
||||
```
|
||||
|
||||
- Convert the resource to JSON
|
||||
```powershell
|
||||
$ExpansionItem | ConvertTo-JSON
|
||||
```
|
||||
|
||||
|
||||
[[Back to top]](#)
|
||||
|
||||
Reference in New Issue
Block a user