Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/ExpansionItem.md
2025-01-28 13:29:29 -05:00

1.2 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
v2024-expansion-item ExpansionItem ExpansionItem ExpansionItem powershellsdk
powershell
PowerShell
sdk
ExpansionItem
V2024ExpansionItem
/tools/sdk/powershell/v2024/models/expansion-item
SDK
Software Development Kit
ExpansionItem
V2024ExpansionItem

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 [optional]
Source Pointer to AccountSource [optional]

Examples

  • Prepare the resource
$ExpansionItem = Initialize-PSSailpoint.V2024ExpansionItem  -AccountId 2c91808981f58ea601821c3e93482e6f `
 -Cause Role `
 -Name smartsheet-role `
 -AttributeRequests null `
 -Source null
  • Convert the resource to JSON
$ExpansionItem | ConvertTo-JSON

[Back to top]