@apistudio/apim-cli
Version:
CLI for API Management Products
31 lines (25 loc) • 871 B
text/typescript
// Code generated by protoc-gen-ts_proto. DO NOT EDIT.
// versions:
// protoc-gen-ts_proto v1.181.1
// protoc v3.12.4
// source: outbound/OutboundIncomingJWT.proto
/* eslint-disable */
import { type Metadata } from "../common/Metadata.js";
/** Copyright Super iPaaS Integration LLC, an IBM Company 2024 */
export interface OutboundIncomingJWT {
kind?: string | undefined;
apiVersion?:
| string
| undefined;
/** common metadata to identify a specific asset in the files */
metadata?: Metadata | undefined;
kindEnum?: OutboundIncomingJWT_KindEnums | undefined;
spec?: OutboundIncomingJWT_Spec | undefined;
}
/** Kind id supported for OutboundIncomingJWT */
export enum OutboundIncomingJWT_KindEnums {
OutboundIncomingJWT = "OutboundIncomingJWT",
}
export interface OutboundIncomingJWT_Spec {
enabled?: boolean | undefined;
}