/** * 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. */ /** * * @export */ export declare const NameIdPolicyEnum: { readonly UrnOasisNamesTcSaml11NameidFormatEmailAddress: "urn:oasis:names:tc:SAML:1.1:nameid-format:emailAddress"; readonly UrnOasisNamesTcSaml20NameidFormatPersistent: "urn:oasis:names:tc:SAML:2.0:nameid-format:persistent"; readonly UrnOasisNamesTcSaml11NameidFormatX509SubjectName: "urn:oasis:names:tc:SAML:1.1:nameid-format:X509SubjectName"; readonly UrnOasisNamesTcSaml20NameidFormatWindowsDomainQualifiedName: "urn:oasis:names:tc:SAML:2.0:nameid-format:WindowsDomainQualifiedName"; readonly UrnOasisNamesTcSaml20NameidFormatTransient: "urn:oasis:names:tc:SAML:2.0:nameid-format:transient"; readonly UnknownDefaultOpenApi: "11184809"; }; export type NameIdPolicyEnum = typeof NameIdPolicyEnum[keyof typeof NameIdPolicyEnum]; export declare function instanceOfNameIdPolicyEnum(value: any): boolean; export declare function NameIdPolicyEnumFromJSON(json: any): NameIdPolicyEnum; export declare function NameIdPolicyEnumFromJSONTyped(json: any, ignoreDiscriminator: boolean): NameIdPolicyEnum; export declare function NameIdPolicyEnumToJSON(value?: NameIdPolicyEnum | null): any; export declare function NameIdPolicyEnumToJSONTyped(value: any, ignoreDiscriminator: boolean): NameIdPolicyEnum; //# sourceMappingURL=NameIdPolicyEnum.d.ts.map