/** * authentik * Making authentication simple. * * The version of the OpenAPI document: 2025.6.3 * Contact: hello@goauthentik.io * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ import type { FlowSetRequest } from './FlowSetRequest'; /** * AuthenticatorEndpointGDTCStage Serializer * @export * @interface PatchedAuthenticatorEndpointGDTCStageRequest */ export interface PatchedAuthenticatorEndpointGDTCStageRequest { /** * * @type {string} * @memberof PatchedAuthenticatorEndpointGDTCStageRequest */ name?: string; /** * * @type {Array} * @memberof PatchedAuthenticatorEndpointGDTCStageRequest */ flowSet?: Array; /** * Flow used by an authenticated user to configure this Stage. If empty, user will not be able to configure this stage. * @type {string} * @memberof PatchedAuthenticatorEndpointGDTCStageRequest */ configureFlow?: string | null; /** * * @type {string} * @memberof PatchedAuthenticatorEndpointGDTCStageRequest */ friendlyName?: string | null; /** * * @type {{ [key: string]: any; }} * @memberof PatchedAuthenticatorEndpointGDTCStageRequest */ credentials?: { [key: string]: any; }; } /** * Check if a given object implements the PatchedAuthenticatorEndpointGDTCStageRequest interface. */ export declare function instanceOfPatchedAuthenticatorEndpointGDTCStageRequest(value: object): value is PatchedAuthenticatorEndpointGDTCStageRequest; export declare function PatchedAuthenticatorEndpointGDTCStageRequestFromJSON(json: any): PatchedAuthenticatorEndpointGDTCStageRequest; export declare function PatchedAuthenticatorEndpointGDTCStageRequestFromJSONTyped(json: any, ignoreDiscriminator: boolean): PatchedAuthenticatorEndpointGDTCStageRequest; export declare function PatchedAuthenticatorEndpointGDTCStageRequestToJSON(json: any): PatchedAuthenticatorEndpointGDTCStageRequest; export declare function PatchedAuthenticatorEndpointGDTCStageRequestToJSONTyped(value?: PatchedAuthenticatorEndpointGDTCStageRequest | null, ignoreDiscriminator?: boolean): any; //# sourceMappingURL=PatchedAuthenticatorEndpointGDTCStageRequest.d.ts.map