SsoUpdateBodyDto: {
    attributeMappings?: {
        fieldId: string;
        samlAttribute: string;
    }[];
    enabled?: boolean;
    idpEntityUrl?: string | null;
    idpSsoUrl?: string | null;
    x509Cert?: string | null;
}