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