Type alias ExternalServiceRegistration
ExternalServiceRegistration: Metadata & { description?: string | null; label: string; namedCredential?: string | null; schema?: string | null; schemaType?: string | null; schemaUrl?: string | null; status: string; } Type declaration
Optional description?: string | null
label: string
Optional namedCredential?: string | null
Optional schema?: string | null
Optional schemaType?: string | null
Optional schemaUrl?: string | null
status: string