Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/Beta/Models/SedApproval.md
2025-02-03 22:09:17 +00:00

791 B

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-sed-approval SedApproval SedApproval SedApproval powershellsdk
powershell
PowerShell
sdk
SedApproval
BetaSedApproval
/tools/sdk/powershell/beta/models/sed-approval
SDK
Software Development Kit
SedApproval
BetaSedApproval

SedApproval

Properties

Name Type Description Notes
Items []String List of SED id's [optional]

Examples

  • Prepare the resource
$SedApproval = Initialize-PSSailpoint.BetaSedApproval  -Items 016629d1-1d25-463f-97f3-c6686846650
  • Convert the resource to JSON
$SedApproval | ConvertTo-JSON

[Back to top]