InternalConnectionPropertiesApiKeyAuthOutput interface
Connection properties for connections with API key authentication
Properties
auth |
Authentication type of the connection target |
credentials | Credentials will only be present for authType=ApiKey |
Inherited Properties
category | Category of the connection |
target | The connection URL to be used for this service |
Property Details
authType
Authentication type of the connection target
authType: "ApiKey"
Property Value
"ApiKey"
credentials
Credentials will only be present for authType=ApiKey
credentials: CredentialsApiKeyAuthOutput
Property Value
Inherited Property Details
category
Category of the connection
category: ConnectionTypeOutput
Property Value
Inherited From InternalConnectionPropertiesOutputParent.category
target
The connection URL to be used for this service
target: string
Property Value
string
Inherited From InternalConnectionPropertiesOutputParent.target