Skip to main content

ExpansionItem

Properties

NameTypeDescriptionNotes
AccountIdStringThe ID of the account[optional]
CauseStringCause of the expansion item.[optional]
NameStringThe name of the item[optional]
AttributeRequestAttributeRequest[optional]
SourceAccountSource[optional]
IdStringID of the expansion item[optional]
StateStringState of the expansion item[optional]

Examples

  • Prepare the resource
$ExpansionItem = Initialize-PSSailpoint.V2024ExpansionItem  -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]