Getting started Community Training Tutorials Documentation APIs, AI & Tools
- policyRef:
name: credential-injection-api-key-flex
config:
authType: <string> // REQUIRED
overwrite: <boolean> // REQUIRED, default: true
# For API Key authentication:
apiKey: <string> // REQUIRED when authType is "apiKey"
customHeader: <string> // OPTIONAL when authType is "apiKey"
# For Client Credentials authentication:
clientId: <string> // REQUIRED when authType is "clientCredentials"
clientSecret: <string> // REQUIRED when authType is "clientCredentials"
customClientIdHeader: <string> // OPTIONAL when authType is "clientCredentials"
customClientSecretHeader: <string> // OPTIONAL when authType is "clientCredentials"



