Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V3/Models/ExpansionItem.md
2025-05-07 14:37:48 +00:00

1.3 KiB

id, title, pagination_label, sidebar_label, sidebar_class_name, keywords, slug, tags
id title pagination_label sidebar_label sidebar_class_name keywords slug tags
expansion-item ExpansionItem ExpansionItem ExpansionItem powershellsdk
powershell
PowerShell
sdk
ExpansionItem
ExpansionItem
/tools/sdk/powershell/v3/models/expansion-item
SDK
Software Development Kit
ExpansionItem
ExpansionItem

ExpansionItem

Properties

Name Type Description Notes
AccountId String The ID of the account [optional]
Cause String Cause of the expansion item. [optional]
Name String The name of the item [optional]
AttributeRequest AttributeRequest [optional]
Source AccountSource [optional]
Id String ID of the expansion item [optional]
State String State of the expansion item [optional]

Examples

  • Prepare the resource
$ExpansionItem = Initialize-ExpansionItem  -AccountId 2c91808981f58ea601821c3e93482e6f `
 -Cause Role `
 -Name smartsheet-role `
 -AttributeRequest null `
 -Source null `
 -Id ac2887ffe0e7435a8c18c73f7ae94c7b `
 -State EXECUTING
  • Convert the resource to JSON
$ExpansionItem | ConvertTo-JSON

[Back to top]