Named Credential Parameter Input

Named credential parameter input.
JSON example
1{
2   "parameterName": "NamespaceOne",
3   "parameterType": "AllowedManagedPackageNamespaces",
4   "parameterValue": "namespace1",
5   "parameterDescription": "This is a description"
6}
Properties
Name Type Description Required or Optional Available Version
id String ID of the parameter. Optional 58.0
parameter​Description String Description of the parameter. Optional 58.0
parameterName String Name of the parameter. Required 58.0
parameterType String Type of named credential parameter. Values are:
  • AllowedManagedPackageNamespaces
  • ClientCertificate
  • ConnectionStatus
  • SfHttpRequestExtensionName
Required 58.0
parameterValue String Value of the parameter. Required 58.0