ApiSchemas
ConnectionAuth
One shape from the contract, as it appears on the wire.
Used by connections.create, connections.get, connections.getByName, connections.list, connections.upsert
Referenced from Connection
JSON Schema
{
"anyOf": [
{
"$ref": "#/components/schemas/PlaneSignedAuth"
},
{
"$ref": "#/components/schemas/BearerAuth"
},
{
"$ref": "#/components/schemas/OAuthAuth"
}
]
}