A managed resource function contains mappings between arbitrary logical functions and the scripts that implement them. These functions can be used by the approval and creation process for a managed resource.
The default managed resource functions provided include:
|
TIP: Prior to adding, removing or modifying a managed resource function, see Managed resource functions for an overview of this feature. |
The following commands are available to manage your managed resource functions, which are used in file system share requests in the IT Shop. For full parameter details and examples, click a command in the table or see the command help, using the Get-Help command.
Use this command |
If you want to | ||
---|---|---|---|
Add-QManagedResourceFunction |
Add a new managed resource function to the Data Governance Edition deployment. | ||
Get-QManagedResourceFunction |
Retrieve a specific or all managed resource function records from the Data Governance Edition deployment.
| ||
Remove-QManagedResourceFunction | Remove a managed resource function from the Data Governance Edition deployment. | ||
Set-QManagedResourceFunction | Update an existing managed resource function in the Data Governance Edition deployment. |
Adds a new managed resource function to the Data Governance Edition deployment.
|
Note: Adding a new managed resource function will not change how the current default process works. To use a newly created managed resource function requires you to create a new process chain to call the new function or subroutine. |
Add-QManagedResourceFunction -Name <String> [-Description [<String>]] -ManagedResourceTypeID <String> -DialogScriptID <String> [<CommonParameters>]
Parameter | Description |
---|---|
Name | Specify the name of the new managed resource function. |
Description | (Optional) Enter a brief description for the new managed resource function. |
ManagedResourceTypeID | Specify the value (GUID) assigned to the managed resource type associated with the new managed resource function. |
DialogScriptID |
Specify the value assigned to the predefined script associated with the new managed resource function. |
Example | Description |
---|---|
Add-QManagedResourceFunction -Name "MyFunction" -ManagedResourceTypeID 7ade8b8d-a400-4fb1-ab826d424feeb63e -DialogScriptID "QAM-2B2A19808659A444B94932679D601234" |
Adds a new managed resource function named "MyFunction" for the managed resource type with the GUID 7ade8b8d-a400-4fb1-ab826d424feeb63e, and associates it with the QAM-2B2A19808659A444B94932679D601234 script. |
Retrieves a specific or all managed resource function records found in the Data Governance Edition deployment.
Get-QManagedResourceFunction [-Id [<String>]] [<CommonParameters>]
Parameter | Description |
---|---|
Id |
(Optional) Specify the value (GUID format) of the managed resource function to retrieve. If this parameter is not specified, all managed resource function records in the database are returned. |
Example | Description |
---|---|
Get-QManagedResourceFunction | Retrieves a list of all managed resource function records found in the database. |
Detail | Description (Associated key or property in QAMManagedResourceFunction table) |
---|---|
Name | The name of the managed resource function. |
Description | The description entered when the managed resource function was created. |
ManagedResourceTypeID | The value (GUID) assigned to the resource type associated with the managed resource function (UID_QAMManagedResourceType). |
DialogScriptID | The value assigned to the script called by the managed resource function (UID_DialogScript). |
Id | The value (GUID) assigned to the managed resource function (UID_QAMManagedResourceFunction). |
Removes a managed resource function record from the Data Governance Edition deployment.
|
Note: Do NOT remove the predefined managed resource functions provided. Removing any of these managed resource functions prevents the existing process chain from working. |
Remove-QManagedResourceFunction -Id <String> [<CommonParameters>]
Parameter | Description |
---|---|
Id |
Specify the ID (GUID format) of the managed resource function to be removed. |
Example | Description |
---|---|
Remove-QManagedResourceFunction -Id e39946d5-1397-43a7-972a-7557c5511234 | Removes the specified managed resource function from the database, |
© 2023 One Identity LLC. ALL RIGHTS RESERVED. Feedback Terms of Use Privacy