Update the Agent credentials associated with a user ID, Agent name, job type and source.
Usage
zowe ca7 agent-cred putAgentCredentials [options]
Required Options
Options
-
--agent
(string)
- Specifies the agent that is the target of a job submission and where the user ID and password authorization takes place.
Limits:
1 to 16 characters. The wildcard characters * and ? are not permitted
-
--jobType
(string)
- Specifies the job type of the job that requires a user ID and password authorization.
Limits:
1 to 16 characters. The wildcard characters * and ? are not permitted
-
--source
(string)
- Specifies the source field for a job that requires a user ID and password authorization. This field applies to agent job types which allow CONNECTIONUSER or PROXYUSER C-LANG statements. If omitted, it indicates that these credentials are eligible for selection for all source values. If specified, it is used as the domain name when selecting the credentials for the user.
Limits:
1 to 64 characters. The wildcard characters * and ? are not permitted
CA7 Connection Options
Profile Options
Base Connection Options
-
--reject-unauthorized
| --ru
(boolean)
-
--token-type
| --tt
(string)
- The type of token to get and use for the API. Omit this option to use the default token type, which is provided by 'zowe auth login'.
-
--token-value
| --tv
(string)
- The value of the token to pass to the API.
-
--cert-file
(local file path)
-
The file path to a certificate file to use for authentication.
Note: The CLI does not support certificate files that require a password. For more information, search Troubleshooting PEM Certificates in Zowe Docs.
-
--cert-key-file
(local file path)
- The file path to a certificate key file to use for authentication
Examples