Files
developer.sailpoint.com/docs/tools/sdk/powershell/Reference/V2024/Models/FormUsedBy.md
2025-02-03 22:09:17 +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
v2024-form-used-by FormUsedBy FormUsedBy FormUsedBy powershellsdk
powershell
PowerShell
sdk
FormUsedBy
V2024FormUsedBy
/tools/sdk/powershell/v2024/models/form-used-by
SDK
Software Development Kit
FormUsedBy
V2024FormUsedBy

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-PSSailpoint.V2024FormUsedBy  -Type WORKFLOW `
 -Id 61940a92-5484-42bc-bc10-b9982b218cdf `
 -Name Access Request Form
  • Convert the resource to JSON
$FormUsedBy | ConvertTo-JSON

[Back to top]