---
sourceDocument: Yokohama IT Operations Management
sourceDocumentLink: https://servicenow-prod.fluidtopics.net/r/yokohama/it-operations-management

 Release :

    - yokohama

ft:locale :

    - en-US

ft:publication_title :

    - Yokohama IT Operations Management

ft:clusterId :

    - itom

bundleId :

    - itom

workflow :

    - Technology


---

# Create secure parameters for a check

# Create secure parameters for a check {#ariaid-title1}

* Release version: Yokohama
* 
* Updated January 30, 2025
* 
* ![](https://www.servicenow.com/docs/portal-asset/ico-clock) 1 minute to read

When creating a check definition or check instance, you can configure the parameters you want to be secured when the agent executes the check. During check execution, the secured parameters are obfuscated, securing their
information. Only credential information is obfuscated.

## Before you begin

Role required: agent_client_collector_admin

## Procedure

1. Navigate to AllAgent Client CollectorCheck Definitions.
2. Select a check definition from the displayed list.  
   The Check Definition page for the selected check appears.
3. Scroll to the bottom of the page and select the Check Secure Parameter Definitions tab.
4. Click New.  
   The Check Secure Parameter Definition New Record page appears.   

5. Configure the fields on the page.

   | Field Name | Description |
   | Name | The name of the parameter, formatted as a reference prefix. For example, `cred_` is a reference prefix for the credentials table. |
   | Check Definition | The name of the check definition connected to the parameter. |
   | Order | A number indicating the order in which the parameter is sent to the check command/script. For example, if you configure the following parameters: * Name=cred_user_name, Order=1 * Name=cred_password, Order=2 {#acc-create-secure-params__ul_thk_q3f_bmb} The username parameter is sent first to the standard input, and the password parameter is sent second to the standard input. The READ command is performed first on the username parameter and then on the password parameter. You can then use $username and $password in your Bash script. |
   | Active | Select the check box to activate the secure parameter. |
   |-|-|

   {#acc-create-secure-params__choicetable_jz2_g32_1mb}
6. Click Submit.  
   The configured parameter appears in the table on the Check Secure Parameter Definitions tab.

   Repeat this procedure to enter multiple secure parameters.
7. Enter the secure parameters into the Command prefix field of the check definition.

*[\>]: and then


