Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/AccountRequestInfo.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
beta-account-request-info AccountRequestInfo AccountRequestInfo AccountRequestInfo powershellsdk
powershell
PowerShell
sdk
AccountRequestInfo
BetaAccountRequestInfo
/tools/sdk/powershell/beta/models/account-request-info
SDK
Software Development Kit
AccountRequestInfo
BetaAccountRequestInfo

AccountRequestInfo

Properties

Name Type Description Notes
RequestedObjectId Pointer to String Id of requested object [optional]
RequestedObjectName Pointer to String Human-readable name of requested object [optional]
RequestedObjectType Pointer to RequestableObjectType [optional]

Examples

  • Prepare the resource
$AccountRequestInfo = Initialize-PSSailpoint.BetaAccountRequestInfo  -RequestedObjectId 2c91808563ef85690164001c31140c0c `
 -RequestedObjectName Treasury Analyst `
 -RequestedObjectType null
  • Convert the resource to JSON
$AccountRequestInfo | ConvertTo-JSON

[Back to top]