Api Key Authentication Args
data class ApiKeyAuthenticationArgs(val in: Output<RestAuthLocation>, val name: Output<String>, val type: Output<String>, val value: Output<String>) : ConvertibleToJava<ApiKeyAuthenticationArgs>
ApiKey authentication gives a name and a value that can be included in either the request header or query parameters.
Constructors
Link copied to clipboard
constructor(in: Output<RestAuthLocation>, name: Output<String>, type: Output<String>, value: Output<String>)