Passing nuance mix credentials in terraform scripts

Hi,

I am trying to understand how to pass credentials for the nuance mix integration via terraform deployment scripts (ideally via environment variables). However, this does not seem supported at the moment as there does not seem to be any properties for it:

GET /api/v2/integrations/credentials/types
{
"name": "nuanceMixAuth",
"properties": {},
"displayOrder": [],
"required": []
}

Can you confirm if this is currently possible and if not, where does it fit in your backlog?

Thank you,
Dai

Additional Reference:

from exported terraform configuration file:

variable "genesyscloud_integration_credential_nuanceBotCredentialsObject_fields" {
description = "Credential fields. Different credential types require different fields. Missing any correct required fields will result API request failure. Use GET /api/v2/integrations/credentials/types to check out the specific credential type schema to find out what fields are required. "
sensitive = true
}

Please ignore, I figured it out.

This topic was automatically closed 31 days after the last reply. New replies are no longer allowed.