target_api_credential
credentials used for authentication to the API target
typestring
credential type
Possible values: [basicauth, token, certificate, ephemeral-certificate]
ephemeral_certificate_subjectstring
certificate subject name pattern for ephemeral-certificate type
ephemeral_certificate_sanstring
certificate subject alternative name for ephemeral-certificate type
ephemeral_certificate_templatestring
certificate template for ephemeral-certificate type
target_api_credential
{
"type": "basicauth",
"ephemeral_certificate_subject": "string",
"ephemeral_certificate_san": "string",
"ephemeral_certificate_template": "string"
}