Outbound Alias
The Outbound Alias policy allows you to reference a pre-configured alias for outbound authentication. The alias typically maps to stored credentials or tokens, helping you manage and reuse authentication data securely across multiple requests.
In API Studio, this policy is identified by the kind Route
.
Example of a Outbound Alias policy:
kind: OutboundAlias
apiVersion: api.webmethods.io/beta
metadata:
name: OutboundAlias
version: 1.0
namespace: sample
spec:
enabled: true
alias:
To invoke the Outbound Alias policy, you can specify:
Type | Description |
---|---|
kind |
|
apiVersion | Denotes the version of the API in use. |
metadata | Denotes the metadata or details of the asset type. It covers this metadata:
|
spec |
You can configure the following policy specifications:
|