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

1.1 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
v2025-form-used-by FormUsedBy FormUsedBy FormUsedBy powershellsdk
powershell
PowerShell
sdk
FormUsedBy
V2025FormUsedBy
/tools/sdk/powershell/v2025/models/form-used-by
SDK
Software Development Kit
FormUsedBy
V2025FormUsedBy

FormUsedBy

Properties

Name Type Description Notes
Type Enum [ "WORKFLOW", "SOURCE", "MySailPoint" ] FormUsedByType value. WORKFLOW FormUsedByTypeWorkflow SOURCE FormUsedByTypeSource MySailPoint FormUsedByType [optional]
Id String Unique identifier of the system using the form. [optional]
Name String Name of the system using the form. [optional]

Examples

  • Prepare the resource
$FormUsedBy = Initialize-V2025FormUsedBy  -Type WORKFLOW `
 -Id 61940a92-5484-42bc-bc10-b9982b218cdf `
 -Name Access Request Form
  • Convert the resource to JSON
$FormUsedBy | ConvertTo-JSON

[Back to top]