Updates an existing managed resource function in the Data Governance Edition deployment.

Note: In order to use the existing process chain, only modify the Description or DialogScriptID parameters of a sample managed resource function record. Changing any of the other optional parameters requires you to create a custom process chain to call the updated function.

Syntax:

Set-QManagedResourceFunction -Id <String> [-Name [<String>]] [-Description [<String>]] [-ManagedResourceTypeID [<String>]] [-DialogScriptID [<String>]] [<CommonParameters>]

Table 99: Parameters
Parameter Description
Id

Specify the ID (GUID format) of the managed resource function to be updated.

Name (Optional) Specify this parameter to change the name assigned to the managed resource function.
Description (Optional) Specify this parameter to change the description of the managed resource function.
ManagedResourceTypeID (Optional) Specify this parameter to change the managed resource type associated with the managed resource function. Enter the value (GUID format) of the managed resource type.
DialogScriptID (Optional) Specify this parameter to change the script associated with the managed resource function. Enter the value (GUID format) assigned to a predefined script when it was created in One Identity Manager.
Examples:
Table 100: Examples
Example Description
Set-QManagedResourceFunction -Id e39946d5-1397-43a7-972a-7557c55182a8 -Description "Custom Restriction List" -DialogScriptID "CCC-EF1751D37DCE4F43B1361E3CDB47F49F" Changes the description and the script called by the Simple Share-SetRestrictionList function record.